Html Css Color HEX #CAC9EA Lavender Blue

📋 copy color: '#CAC9EA'

red 202 ◦ green 201 ◦ blue 234

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

Shades of Lavender Blue #CAC9EA

Tints of Lavender Blue #CAC9EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.73%

R = 31.71%
G = 31.55%
B = 36.73%

CMYK

 C value IS 0.14

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CAC9EA (or 0xCAC9EA) is known color: Lavender Blue. HEX triplet: CA, C9 and EA. RGB value is (202,201,234). Sum of RGB (Red+Green+Blue) = 202+201+234=637 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.71% from 637); Green value is 201 (78.91% from 255 or 31.55% from 637); Blue value is 234 (91.80% from 255 or 36.73% from 637); Max value from RGB is 234 - color contains mainly: blue. Hex color #CAC9EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC9EA is #353615. Grayscale: #CCCCCC. Windows color (decimal): -3487254 or 15387082. OLE color: 15387082.

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

Color convert

RGB 202 201 234 -
CMYK 0.14 0.14 0 0.08
HSL 241.82º 0.44% 0.85% -
HSV(B) 241.82º 0.14% 0.92% -
XYZ 60.1 60.27 86.31 -
YUV 205.06 144.33 125.82 -
System Red Green Blue C M Y K H S L
Decimal 202 201 234 0.14 0.14 0 0.08 241.82 0.44 0.85
Hex CA C9 EA E E 0 8 F2 2C 55
Octal 312 311 352 16 16 0 10 362 54 125
Binary 11001010 11001001 11101010 1110 1110 0 1000 11110010 101100 1010101

Color Harmonies of #CAC9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC9EA

Black with #CAC9EA

Text Example


Text Example

White with #CAC9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC9EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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