Html Css Color HEX #CCC0FE Lavender Blue

📋 copy color: '#CCC0FE'

red 204 ◦ green 192 ◦ blue 254

#CCC0FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Blue #CCC0FE

Tints of Lavender Blue #CCC0FE

RGB

 RED value IS 204 (80.08% from 255) = 31.38%

 GREEN value IS 192 (75.39% from 255) = 29.54%

 BLUE value IS 254 (99.61% from 255) = 39.08%

R = 31.38%
G = 29.54%
B = 39.08%

CMYK

 C value IS 0.20

 M value IS 0.24

 Y value IS 0

 K value IS 0.00

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CCC0FE (or 0xCCC0FE) is known color: Lavender Blue. HEX triplet: CC, C0 and FE. RGB value is (204,192,254). Sum of RGB (Red+Green+Blue) = 204+192+254=650 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.38% from 650); Green value is 192 (75.39% from 255 or 29.54% from 650); Blue value is 254 (99.61% from 255 or 39.08% from 650); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCC0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC0FE is #333F01. Grayscale: #CACACA. Windows color (decimal): -3358466 or 16695500. OLE color: 16695500.

HSL color Cylindrical-coordinate representation of color #CCC0FE: hue angle of 251.61º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCC0FE is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 204 192 254 -
CMYK 0.20 0.24 0 0.00
HSL 251.61º 0.97% 0.87% -
HSV(B) 251.61º 0.24% 1% -
XYZ 61.64 57.69 101.65 -
YUV 202.66 156.98 128.96 -
System Red Green Blue C M Y K H S L
Decimal 204 192 254 0.20 0.24 0 0.00 251.61 0.97 0.87
Hex CC C0 FE 14 18 0 0 FC 61 57
Octal 314 300 376 24 30 0 0 374 141 127
Binary 11001100 11000000 11111110 10100 11000 0 0 11111100 1100001 1010111

Color Harmonies of #CCC0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC0FE

Black with #CCC0FE

Text Example


Text Example

White with #CCC0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC0FE; }

 p { color: rgb(204,192,254); }

 H1.HeaderClassName
 {
   color: #CCC0FE;
 }
 .AnyTagClassName
 {
   color: #CCC0FE;
 }
</style>

background-color css

<style>
 a { background-color: #CCC0FE; }

 a { background-color: rgb(204,192,254); }

 div.DivClassName
 {
   background-color: #CCC0FE;
 }
 .BgClassName
 {
   background-color: #CCC0FE;
 }
</style>

border-color css

<style>
 span { border-color: #CCC0FE; }

 span { border-color: rgb(204,192,254); }

 td.TdClassName
 {
   border-color: #CCC0FE;
 }
 .TagClassName
 {
   border-color: #CCC0FE;
 }
</style>