Html Css Color HEX #CAC9EC Lavender Blue

📋 copy color: '#CAC9EC'

red 202 ◦ green 201 ◦ blue 236

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

Shades of Lavender Blue #CAC9EC

Tints of Lavender Blue #CAC9EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 36.93%

R = 31.61%
G = 31.46%
B = 36.93%

CMYK

 C value IS 0.14

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CAC9EC (or 0xCAC9EC) is known color: Lavender Blue. HEX triplet: CA, C9 and EC. RGB value is (202,201,236). Sum of RGB (Red+Green+Blue) = 202+201+236=639 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.61% from 639); Green value is 201 (78.91% from 255 or 31.46% from 639); Blue value is 236 (92.58% from 255 or 36.93% from 639); Max value from RGB is 236 - color contains mainly: blue. Hex color #CAC9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC9EC is #353613. Grayscale: #CDCDCD. Windows color (decimal): -3487252 or 15518154. OLE color: 15518154.

HSL color Cylindrical-coordinate representation of color #CAC9EC: hue angle of 241.71º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAC9EC is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 201 236 -
CMYK 0.14 0.15 0 0.07
HSL 241.71º 0.48% 0.86% -
HSV(B) 241.71º 0.15% 0.93% -
XYZ 60.38 60.39 87.83 -
YUV 205.29 145.33 125.65 -
System Red Green Blue C M Y K H S L
Decimal 202 201 236 0.14 0.15 0 0.07 241.71 0.48 0.86
Hex CA C9 EC E F 0 7 F2 30 56
Octal 312 311 354 16 17 0 7 362 60 126
Binary 11001010 11001001 11101100 1110 1111 0 111 11110010 110000 1010110

Color Harmonies of #CAC9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC9EC

Black with #CAC9EC

Text Example


Text Example

White with #CAC9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC9EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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