Html Css Color HEX #CACAE7 Lavender Blue

📋 copy color: '#CACAE7'

red 202 ◦ green 202 ◦ blue 231

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

Shades of Lavender Blue #CACAE7

Tints of Lavender Blue #CACAE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 36.38%

R = 31.81%
G = 31.81%
B = 36.38%

CMYK

 C value IS 0.13

 M value IS 0.13

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CACAE7 (or 0xCACAE7) is known color: Lavender Blue. HEX triplet: CA, CA and E7. RGB value is (202,202,231). Sum of RGB (Red+Green+Blue) = 202+202+231=635 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.81% from 635); Green value is 202 (79.30% from 255 or 31.81% from 635); Blue value is 231 (90.62% from 255 or 36.38% from 635); Max value from RGB is 231 - color contains mainly: blue. Hex color #CACAE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACAE7 is #353518. Grayscale: #CDCDCD. Windows color (decimal): -3487001 or 15190730. OLE color: 15190730.

HSL color Cylindrical-coordinate representation of color #CACAE7: hue angle of 240º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CACAE7 is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 202 202 231 -
CMYK 0.13 0.13 0 0.09
HSL 240º 0.38% 0.85% -
HSV(B) 240º 0.13% 0.91% -
XYZ 59.9 60.57 84.13 -
YUV 205.31 142.5 125.64 -
System Red Green Blue C M Y K H S L
Decimal 202 202 231 0.13 0.13 0 0.09 240 0.38 0.85
Hex CA CA E7 D D 0 9 F0 26 55
Octal 312 312 347 15 15 0 11 360 46 125
Binary 11001010 11001010 11100111 1101 1101 0 1001 11110000 100110 1010101

Color Harmonies of #CACAE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACAE7

Black with #CACAE7

Text Example


Text Example

White with #CACAE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACAE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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