Html Css Color HEX #CAC7EC Lavender Blue

📋 copy color: '#CAC7EC'

red 202 ◦ green 199 ◦ blue 236

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

Shades of Lavender Blue #CAC7EC

Tints of Lavender Blue #CAC7EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 37.05%

R = 31.71%
G = 31.24%
B = 37.05%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CAC7EC (or 0xCAC7EC) is known color: Lavender Blue. HEX triplet: CA, C7 and EC. RGB value is (202,199,236). Sum of RGB (Red+Green+Blue) = 202+199+236=637 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.71% from 637); Green value is 199 (78.12% from 255 or 31.24% from 637); Blue value is 236 (92.58% from 255 or 37.05% from 637); Max value from RGB is 236 - color contains mainly: blue. Hex color #CAC7EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC7EC is #353813. Grayscale: #CBCBCB. Windows color (decimal): -3487764 or 15517642. OLE color: 15517642.

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

Color convert

RGB 202 199 236 -
CMYK 0.14 0.16 0 0.07
HSL 244.86º 0.49% 0.85% -
HSV(B) 244.86º 0.16% 0.93% -
XYZ 59.92 59.46 87.68 -
YUV 204.12 145.99 126.49 -
System Red Green Blue C M Y K H S L
Decimal 202 199 236 0.14 0.16 0 0.07 244.86 0.49 0.85
Hex CA C7 EC E 10 0 7 F5 31 55
Octal 312 307 354 16 20 0 7 365 61 125
Binary 11001010 11000111 11101100 1110 10000 0 111 11110101 110001 1010101

Color Harmonies of #CAC7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC7EC

Black with #CAC7EC

Text Example


Text Example

White with #CAC7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC7EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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