Html Css Color HEX #CAC6EE Lavender Blue

📋 copy color: '#CAC6EE'

red 202 ◦ green 198 ◦ blue 238

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

Shades of Lavender Blue #CAC6EE

Tints of Lavender Blue #CAC6EE

RGB

 RED value IS 202 (79.3% from 255) = 31.66%

 GREEN value IS 198 (77.73% from 255) = 31.03%

 BLUE value IS 238 (93.36% from 255) = 37.3%

R = 31.66%
G = 31.03%
B = 37.3%

CMYK

 C value IS 0.15

 M value IS 0.17

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CAC6EE (or 0xCAC6EE) is known color: Lavender Blue. HEX triplet: CA, C6 and EE. RGB value is (202,198,238). Sum of RGB (Red+Green+Blue) = 202+198+238=638 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.66% from 638); Green value is 198 (77.73% from 255 or 31.03% from 638); Blue value is 238 (93.36% from 255 or 37.30% from 638); Max value from RGB is 238 - color contains mainly: blue. Hex color #CAC6EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC6EE is #353911. Grayscale: #CBCBCB. Windows color (decimal): -3488018 or 15648458. OLE color: 15648458.

HSL color Cylindrical-coordinate representation of color #CAC6EE: hue angle of 246º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAC6EE is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 198 238 -
CMYK 0.15 0.17 0 0.07
HSL 246º 0.54% 0.85% -
HSV(B) 246º 0.17% 0.93% -
XYZ 59.98 59.12 89.14 -
YUV 203.76 147.33 126.75 -
System Red Green Blue C M Y K H S L
Decimal 202 198 238 0.15 0.17 0 0.07 246 0.54 0.85
Hex CA C6 EE F 11 0 7 F6 36 55
Octal 312 306 356 17 21 0 7 366 66 125
Binary 11001010 11000110 11101110 1111 10001 0 111 11110110 110110 1010101

Color Harmonies of #CAC6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC6EE

Black with #CAC6EE

Text Example


Text Example

White with #CAC6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC6EE; }

 p { color: rgb(202,198,238); }

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

background-color css

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

 a { background-color: rgb(202,198,238); }

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

border-color css

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

 span { border-color: rgb(202,198,238); }

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