Html Css Color HEX #CAC3EF Lavender Blue

📋 copy color: '#CAC3EF'

red 202 ◦ green 195 ◦ blue 239

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

Shades of Lavender Blue #CAC3EF

Tints of Lavender Blue #CAC3EF

RGB

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

 GREEN value IS 195 (76.56% from 255) = 30.66%

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

R = 31.76%
G = 30.66%
B = 37.58%

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

#CAC3EF (or 0xCAC3EF) is known color: Lavender Blue. HEX triplet: CA, C3 and EF. RGB value is (202,195,239). Sum of RGB (Red+Green+Blue) = 202+195+239=636 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.76% from 636); Green value is 195 (76.56% from 255 or 30.66% from 636); Blue value is 239 (93.75% from 255 or 37.58% from 636); Max value from RGB is 239 - color contains mainly: blue. Hex color #CAC3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC3EF is #353C10. Grayscale: #C9C9C9. Windows color (decimal): -3488785 or 15713226. OLE color: 15713226.

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

Color convert

RGB 202 195 239 -
CMYK 0.15 0.18 0 0.06
HSL 249.55º 0.58% 0.85% -
HSV(B) 249.55º 0.18% 0.94% -
XYZ 59.45 57.82 89.69 -
YUV 202.11 148.82 127.92 -
System Red Green Blue C M Y K H S L
Decimal 202 195 239 0.15 0.18 0 0.06 249.55 0.58 0.85
Hex CA C3 EF F 12 0 6 FA 3A 55
Octal 312 303 357 17 22 0 6 372 72 125
Binary 11001010 11000011 11101111 1111 10010 0 110 11111010 111010 1010101

Color Harmonies of #CAC3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC3EF

Black with #CAC3EF

Text Example


Text Example

White with #CAC3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC3EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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