Html Css Color HEX #CAC4EE Lavender Blue

📋 copy color: '#CAC4EE'

red 202 ◦ green 196 ◦ blue 238

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

Shades of Lavender Blue #CAC4EE

Tints of Lavender Blue #CAC4EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.42%

R = 31.76%
G = 30.82%
B = 37.42%

CMYK

 C value IS 0.15

 M value IS 0.18

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CAC4EE (or 0xCAC4EE) is known color: Lavender Blue. HEX triplet: CA, C4 and EE. RGB value is (202,196,238). Sum of RGB (Red+Green+Blue) = 202+196+238=636 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.76% from 636); Green value is 196 (76.95% from 255 or 30.82% from 636); Blue value is 238 (93.36% from 255 or 37.42% from 636); Max value from RGB is 238 - color contains mainly: blue. Hex color #CAC4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC4EE is #353B11. Grayscale: #CACACA. Windows color (decimal): -3488530 or 15647946. OLE color: 15647946.

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

Color convert

RGB 202 196 238 -
CMYK 0.15 0.18 0 0.07
HSL 248.57º 0.55% 0.85% -
HSV(B) 248.57º 0.18% 0.93% -
XYZ 59.53 58.21 88.99 -
YUV 202.58 147.99 127.58 -
System Red Green Blue C M Y K H S L
Decimal 202 196 238 0.15 0.18 0 0.07 248.57 0.55 0.85
Hex CA C4 EE F 12 0 7 F9 37 55
Octal 312 304 356 17 22 0 7 371 67 125
Binary 11001010 11000100 11101110 1111 10010 0 111 11111001 110111 1010101

Color Harmonies of #CAC4EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC4EE

Black with #CAC4EE

Text Example


Text Example

White with #CAC4EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC4EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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