Html Css Color HEX #CAC9DF Lavender Grey

📋 copy color: '#CAC9DF'

red 202 ◦ green 201 ◦ blue 223

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

Shades of Lavender Grey #CAC9DF

Tints of Lavender Grey #CAC9DF

RGB

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

 GREEN value IS 201 (78.91% from 255) = 32.11%

 BLUE value IS 223 (87.5% from 255) = 35.62%

R = 32.27%
G = 32.11%
B = 35.62%

CMYK

 C value IS 0.09

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CAC9DF (or 0xCAC9DF) is known color: Lavender Grey. HEX triplet: CA, C9 and DF. RGB value is (202,201,223). Sum of RGB (Red+Green+Blue) = 202+201+223=626 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.27% from 626); Green value is 201 (78.91% from 255 or 32.11% from 626); Blue value is 223 (87.5% from 255 or 35.62% from 626); Max value from RGB is 223 - color contains mainly: blue. Hex color #CAC9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC9DF is #353620. Grayscale: #CBCBCB. Windows color (decimal): -3487265 or 14666186. OLE color: 14666186.

HSL color Cylindrical-coordinate representation of color #CAC9DF: hue angle of 242.73º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CAC9DF is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 201 223 -
CMYK 0.09 0.10 0 0.13
HSL 242.73º 0.26% 0.83% -
HSV(B) 242.73º 0.1% 0.87% -
XYZ 58.56 59.66 78.24 -
YUV 203.81 138.83 126.71 -
System Red Green Blue C M Y K H S L
Decimal 202 201 223 0.09 0.10 0 0.13 242.73 0.26 0.83
Hex CA C9 DF 9 A 0 D F3 1A 53
Octal 312 311 337 11 12 0 15 363 32 123
Binary 11001010 11001001 11011111 1001 1010 0 1101 11110011 11010 1010011

Color Harmonies of #CAC9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC9DF

Black with #CAC9DF

Text Example


Text Example

White with #CAC9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC9DF; }

 p { color: rgb(202,201,223); }

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

background-color css

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

 a { background-color: rgb(202,201,223); }

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

border-color css

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

 span { border-color: rgb(202,201,223); }

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