Html Css Color HEX #CACADB Lavender Grey

📋 copy color: '#CACADB'

red 202 ◦ green 202 ◦ blue 219

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

Shades of Lavender Grey #CACADB

Tints of Lavender Grey #CACADB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 32.42%

 BLUE value IS 219 (85.94% from 255) = 35.15%

R = 32.42%
G = 32.42%
B = 35.15%

CMYK

 C value IS 0.08

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CACADB (or 0xCACADB) is known color: Lavender Grey. HEX triplet: CA, CA and DB. RGB value is (202,202,219). Sum of RGB (Red+Green+Blue) = 202+202+219=623 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.42% from 623); Green value is 202 (79.30% from 255 or 32.42% from 623); Blue value is 219 (85.94% from 255 or 35.15% from 623); Max value from RGB is 219 - color contains mainly: blue. Hex color #CACADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACADB is #353524. Grayscale: #CBCBCB. Windows color (decimal): -3487013 or 14404298. OLE color: 14404298.

HSL color Cylindrical-coordinate representation of color #CACADB: hue angle of 240º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CACADB is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 202 219 -
CMYK 0.08 0.08 0 0.14
HSL 240º 0.19% 0.83% -
HSV(B) 240º 0.08% 0.86% -
XYZ 58.26 59.91 75.51 -
YUV 203.94 136.5 126.62 -
System Red Green Blue C M Y K H S L
Decimal 202 202 219 0.08 0.08 0 0.14 240 0.19 0.83
Hex CA CA DB 8 8 0 E F0 13 53
Octal 312 312 333 10 10 0 16 360 23 123
Binary 11001010 11001010 11011011 1000 1000 0 1110 11110000 10011 1010011

Color Harmonies of #CACADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACADB

Black with #CACADB

Text Example


Text Example

White with #CACADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACADB; }

 p { color: rgb(202,202,219); }

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

background-color css

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

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

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

border-color css

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

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

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