Html Css Color HEX #CAC4ED Lavender Blue

📋 copy color: '#CAC4ED'

red 202 ◦ green 196 ◦ blue 237

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

Shades of Lavender Blue #CAC4ED

Tints of Lavender Blue #CAC4ED

RGB

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

 GREEN value IS 196 (76.95% from 255) = 30.87%

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

R = 31.81%
G = 30.87%
B = 37.32%

CMYK

 C value IS 0.15

 M value IS 0.17

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CAC4ED (or 0xCAC4ED) is known color: Lavender Blue. HEX triplet: CA, C4 and ED. RGB value is (202,196,237). Sum of RGB (Red+Green+Blue) = 202+196+237=635 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.81% from 635); Green value is 196 (76.95% from 255 or 30.87% from 635); Blue value is 237 (92.97% from 255 or 37.32% from 635); Max value from RGB is 237 - color contains mainly: blue. Hex color #CAC4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC4ED is #353B12. Grayscale: #CACACA. Windows color (decimal): -3488531 or 15582410. OLE color: 15582410.

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

Color convert

RGB 202 196 237 -
CMYK 0.15 0.17 0 0.07
HSL 248.78º 0.53% 0.85% -
HSV(B) 248.78º 0.17% 0.93% -
XYZ 59.38 58.15 88.22 -
YUV 202.47 147.49 127.67 -
System Red Green Blue C M Y K H S L
Decimal 202 196 237 0.15 0.17 0 0.07 248.78 0.53 0.85
Hex CA C4 ED F 11 0 7 F9 35 55
Octal 312 304 355 17 21 0 7 371 65 125
Binary 11001010 11000100 11101101 1111 10001 0 111 11111001 110101 1010101

Color Harmonies of #CAC4ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC4ED

Black with #CAC4ED

Text Example


Text Example

White with #CAC4ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC4ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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