Html Css Color HEX #CACAE3 Lavender Grey

📋 copy color: '#CACAE3'

red 202 ◦ green 202 ◦ blue 227

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

Shades of Lavender Grey #CACAE3

Tints of Lavender Grey #CACAE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 35.97%

R = 32.01%
G = 32.01%
B = 35.97%

CMYK

 C value IS 0.11

 M value IS 0.11

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CACAE3 (or 0xCACAE3) is known color: Lavender Grey. HEX triplet: CA, CA and E3. RGB value is (202,202,227). Sum of RGB (Red+Green+Blue) = 202+202+227=631 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.01% from 631); Green value is 202 (79.30% from 255 or 32.01% from 631); Blue value is 227 (89.06% from 255 or 35.97% from 631); Max value from RGB is 227 - color contains mainly: blue. Hex color #CACAE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACAE3 is #35351C. Grayscale: #CCCCCC. Windows color (decimal): -3487005 or 14928586. OLE color: 14928586.

HSL color Cylindrical-coordinate representation of color #CACAE3: hue angle of 240º degrees, saturation: 0.31, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CACAE3 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 202 202 227 -
CMYK 0.11 0.11 0 0.11
HSL 240º 0.31% 0.84% -
HSV(B) 240º 0.11% 0.89% -
XYZ 59.34 60.34 81.19 -
YUV 204.85 140.5 125.97 -
System Red Green Blue C M Y K H S L
Decimal 202 202 227 0.11 0.11 0 0.11 240 0.31 0.84
Hex CA CA E3 B B 0 B F0 1F 54
Octal 312 312 343 13 13 0 13 360 37 124
Binary 11001010 11001010 11100011 1011 1011 0 1011 11110000 11111 1010100

Color Harmonies of #CACAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACAE3

Black with #CACAE3

Text Example


Text Example

White with #CACAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACAE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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