Html Css Color HEX #CAC7EA Lavender Blue

📋 copy color: '#CAC7EA'

red 202 ◦ green 199 ◦ blue 234

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

Shades of Lavender Blue #CAC7EA

Tints of Lavender Blue #CAC7EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.85%

R = 31.81%
G = 31.34%
B = 36.85%

CMYK

 C value IS 0.14

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CAC7EA (or 0xCAC7EA) is known color: Lavender Blue. HEX triplet: CA, C7 and EA. RGB value is (202,199,234). Sum of RGB (Red+Green+Blue) = 202+199+234=635 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.81% from 635); Green value is 199 (78.12% from 255 or 31.34% from 635); Blue value is 234 (91.80% from 255 or 36.85% from 635); Max value from RGB is 234 - color contains mainly: blue. Hex color #CAC7EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC7EA is #353815. Grayscale: #CBCBCB. Windows color (decimal): -3487766 or 15386570. OLE color: 15386570.

HSL color Cylindrical-coordinate representation of color #CAC7EA: hue angle of 245.14º degrees, saturation: 0.45, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAC7EA is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 202 199 234 -
CMYK 0.14 0.15 0 0.08
HSL 245.14º 0.45% 0.85% -
HSV(B) 245.14º 0.15% 0.92% -
XYZ 59.63 59.34 86.15 -
YUV 203.89 144.99 126.65 -
System Red Green Blue C M Y K H S L
Decimal 202 199 234 0.14 0.15 0 0.08 245.14 0.45 0.85
Hex CA C7 EA E F 0 8 F5 2D 55
Octal 312 307 352 16 17 0 10 365 55 125
Binary 11001010 11000111 11101010 1110 1111 0 1000 11110101 101101 1010101

Color Harmonies of #CAC7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC7EA

Black with #CAC7EA

Text Example


Text Example

White with #CAC7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC7EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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