Html Css Color HEX #CAC8E6 Lavender Grey

📋 copy color: '#CAC8E6'

red 202 ◦ green 200 ◦ blue 230

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

Shades of Lavender Grey #CAC8E6

Tints of Lavender Grey #CAC8E6

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.65%

 BLUE value IS 230 (90.23% from 255) = 36.39%

R = 31.96%
G = 31.65%
B = 36.39%

CMYK

 C value IS 0.12

 M value IS 0.13

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CAC8E6 (or 0xCAC8E6) is known color: Lavender Grey. HEX triplet: CA, C8 and E6. RGB value is (202,200,230). Sum of RGB (Red+Green+Blue) = 202+200+230=632 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.96% from 632); Green value is 200 (78.52% from 255 or 31.65% from 632); Blue value is 230 (90.23% from 255 or 36.39% from 632); Max value from RGB is 230 - color contains mainly: blue. Hex color #CAC8E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC8E6 is #353719. Grayscale: #CBCBCB. Windows color (decimal): -3487514 or 15124682. OLE color: 15124682.

HSL color Cylindrical-coordinate representation of color #CAC8E6: hue angle of 244º degrees, saturation: 0.38, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CAC8E6 is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 200 230 -
CMYK 0.12 0.13 0 0.10
HSL 244º 0.38% 0.84% -
HSV(B) 244º 0.13% 0.9% -
XYZ 59.29 59.58 83.24 -
YUV 204.02 142.66 126.56 -
System Red Green Blue C M Y K H S L
Decimal 202 200 230 0.12 0.13 0 0.10 244 0.38 0.84
Hex CA C8 E6 C D 0 A F4 26 54
Octal 312 310 346 14 15 0 12 364 46 124
Binary 11001010 11001000 11100110 1100 1101 0 1010 11110100 100110 1010100

Color Harmonies of #CAC8E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC8E6

Black with #CAC8E6

Text Example


Text Example

White with #CAC8E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC8E6; }

 p { color: rgb(202,200,230); }

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

background-color css

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

 a { background-color: rgb(202,200,230); }

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

border-color css

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

 span { border-color: rgb(202,200,230); }

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