Html Css Color HEX #CAC7EE Lavender Blue

📋 copy color: '#CAC7EE'

red 202 ◦ green 199 ◦ blue 238

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

Shades of Lavender Blue #CAC7EE

Tints of Lavender Blue #CAC7EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.25%

R = 31.61%
G = 31.14%
B = 37.25%

CMYK

 C value IS 0.15

 M value IS 0.16

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CAC7EE (or 0xCAC7EE) is known color: Lavender Blue. HEX triplet: CA, C7 and EE. RGB value is (202,199,238). Sum of RGB (Red+Green+Blue) = 202+199+238=639 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.61% from 639); Green value is 199 (78.12% from 255 or 31.14% from 639); Blue value is 238 (93.36% from 255 or 37.25% from 639); Max value from RGB is 238 - color contains mainly: blue. Hex color #CAC7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC7EE is #353811. Grayscale: #CCCCCC. Windows color (decimal): -3487762 or 15648714. OLE color: 15648714.

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

Color convert

RGB 202 199 238 -
CMYK 0.15 0.16 0 0.07
HSL 244.62º 0.53% 0.86% -
HSV(B) 244.62º 0.16% 0.93% -
XYZ 60.21 59.58 89.21 -
YUV 204.34 146.99 126.33 -
System Red Green Blue C M Y K H S L
Decimal 202 199 238 0.15 0.16 0 0.07 244.62 0.53 0.86
Hex CA C7 EE F 10 0 7 F5 35 56
Octal 312 307 356 17 20 0 7 365 65 126
Binary 11001010 11000111 11101110 1111 10000 0 111 11110101 110101 1010110

Color Harmonies of #CAC7EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC7EE

Black with #CAC7EE

Text Example


Text Example

White with #CAC7EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC7EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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