Html Css Color HEX #CAC4EF Lavender Blue

📋 copy color: '#CAC4EF'

red 202 ◦ green 196 ◦ blue 239

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

Shades of Lavender Blue #CAC4EF

Tints of Lavender Blue #CAC4EF

RGB

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

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

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

R = 31.71%
G = 30.77%
B = 37.52%

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

#CAC4EF (or 0xCAC4EF) is known color: Lavender Blue. HEX triplet: CA, C4 and EF. RGB value is (202,196,239). Sum of RGB (Red+Green+Blue) = 202+196+239=637 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.71% from 637); Green value is 196 (76.95% from 255 or 30.77% from 637); Blue value is 239 (93.75% from 255 or 37.52% from 637); Max value from RGB is 239 - color contains mainly: blue. Hex color #CAC4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC4EF is #353B10. Grayscale: #CACACA. Windows color (decimal): -3488529 or 15713482. OLE color: 15713482.

HSL color Cylindrical-coordinate representation of color #CAC4EF: hue angle of 248.37º 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 #CAC4EF is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 202 196 239 -
CMYK 0.15 0.18 0 0.06
HSL 248.37º 0.57% 0.85% -
HSV(B) 248.37º 0.18% 0.94% -
XYZ 59.68 58.27 89.76 -
YUV 202.7 148.49 127.5 -
System Red Green Blue C M Y K H S L
Decimal 202 196 239 0.15 0.18 0 0.06 248.37 0.57 0.85
Hex CA C4 EF F 12 0 6 F8 39 55
Octal 312 304 357 17 22 0 6 370 71 125
Binary 11001010 11000100 11101111 1111 10010 0 110 11111000 111001 1010101

Color Harmonies of #CAC4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC4EF

Black with #CAC4EF

Text Example


Text Example

White with #CAC4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC4EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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