Html Css Color HEX #CAC5EF Lavender Blue

📋 copy color: '#CAC5EF'

red 202 ◦ green 197 ◦ blue 239

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

Shades of Lavender Blue #CAC5EF

Tints of Lavender Blue #CAC5EF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 30.88%

 BLUE value IS 239 (93.75% from 255) = 37.46%

R = 31.66%
G = 30.88%
B = 37.46%

CMYK

 C value IS 0.15

 M value IS 0.18

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CAC5EF (or 0xCAC5EF) is known color: Lavender Blue. HEX triplet: CA, C5 and EF. RGB value is (202,197,239). Sum of RGB (Red+Green+Blue) = 202+197+239=638 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.66% from 638); Green value is 197 (77.34% from 255 or 30.88% from 638); Blue value is 239 (93.75% from 255 or 37.46% from 638); Max value from RGB is 239 - color contains mainly: blue. Hex color #CAC5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC5EF is #353A10. Grayscale: #CBCBCB. Windows color (decimal): -3488273 or 15713738. OLE color: 15713738.

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

Color convert

RGB 202 197 239 -
CMYK 0.15 0.18 0 0.06
HSL 247.14º 0.57% 0.85% -
HSV(B) 247.14º 0.18% 0.94% -
XYZ 59.9 58.72 89.84 -
YUV 203.28 148.16 127.08 -
System Red Green Blue C M Y K H S L
Decimal 202 197 239 0.15 0.18 0 0.06 247.14 0.57 0.85
Hex CA C5 EF F 12 0 6 F7 39 55
Octal 312 305 357 17 22 0 6 367 71 125
Binary 11001010 11000101 11101111 1111 10010 0 110 11110111 111001 1010101

Color Harmonies of #CAC5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC5EF

Black with #CAC5EF

Text Example


Text Example

White with #CAC5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC5EF; }

 p { color: rgb(202,197,239); }

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

background-color css

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

 a { background-color: rgb(202,197,239); }

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

border-color css

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

 span { border-color: rgb(202,197,239); }

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