Html Css Color HEX #CAC9ED Lavender Blue

📋 copy color: '#CAC9ED'

red 202 ◦ green 201 ◦ blue 237

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

Shades of Lavender Blue #CAC9ED

Tints of Lavender Blue #CAC9ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.03%

R = 31.56%
G = 31.41%
B = 37.03%

CMYK

 C value IS 0.15

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CAC9ED (or 0xCAC9ED) is known color: Lavender Blue. HEX triplet: CA, C9 and ED. RGB value is (202,201,237). Sum of RGB (Red+Green+Blue) = 202+201+237=640 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.56% from 640); Green value is 201 (78.91% from 255 or 31.41% from 640); Blue value is 237 (92.97% from 255 or 37.03% from 640); Max value from RGB is 237 - color contains mainly: blue. Hex color #CAC9ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC9ED is #353612. Grayscale: #CDCDCD. Windows color (decimal): -3487251 or 15583690. OLE color: 15583690.

HSL color Cylindrical-coordinate representation of color #CAC9ED: hue angle of 241.67º degrees, saturation: 0.5, 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 #CAC9ED is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 201 237 -
CMYK 0.15 0.15 0 0.07
HSL 241.67º 0.5% 0.86% -
HSV(B) 241.67º 0.15% 0.93% -
XYZ 60.53 60.44 88.6 -
YUV 205.4 145.83 125.57 -
System Red Green Blue C M Y K H S L
Decimal 202 201 237 0.15 0.15 0 0.07 241.67 0.5 0.86
Hex CA C9 ED F F 0 7 F2 32 56
Octal 312 311 355 17 17 0 7 362 62 126
Binary 11001010 11001001 11101101 1111 1111 0 111 11110010 110010 1010110

Color Harmonies of #CAC9ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC9ED

Black with #CAC9ED

Text Example


Text Example

White with #CAC9ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC9ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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