Html Css Color HEX #CAC7EF Lavender Blue

📋 copy color: '#CAC7EF'

red 202 ◦ green 199 ◦ blue 239

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

Shades of Lavender Blue #CAC7EF

Tints of Lavender Blue #CAC7EF

RGB

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

 GREEN value IS 199 (78.13% from 255) = 31.09%

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

R = 31.56%
G = 31.09%
B = 37.34%

CMYK

 C value IS 0.15

 M value IS 0.17

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CAC7EF (or 0xCAC7EF) is known color: Lavender Blue. HEX triplet: CA, C7 and EF. RGB value is (202,199,239). Sum of RGB (Red+Green+Blue) = 202+199+239=640 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.56% from 640); Green value is 199 (78.12% from 255 or 31.09% from 640); Blue value is 239 (93.75% from 255 or 37.34% from 640); Max value from RGB is 239 - color contains mainly: blue. Hex color #CAC7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC7EF is #353810. Grayscale: #CCCCCC. Windows color (decimal): -3487761 or 15714250. OLE color: 15714250.

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

Color convert

RGB 202 199 239 -
CMYK 0.15 0.17 0 0.06
HSL 244.5º 0.56% 0.86% -
HSV(B) 244.5º 0.17% 0.94% -
XYZ 60.36 59.64 89.99 -
YUV 204.46 147.49 126.25 -
System Red Green Blue C M Y K H S L
Decimal 202 199 239 0.15 0.17 0 0.06 244.5 0.56 0.86
Hex CA C7 EF F 11 0 6 F4 38 56
Octal 312 307 357 17 21 0 6 364 70 126
Binary 11001010 11000111 11101111 1111 10001 0 110 11110100 111000 1010110

Color Harmonies of #CAC7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC7EF

Black with #CAC7EF

Text Example


Text Example

White with #CAC7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC7EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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