Html Css Color HEX #CACEF7 Lavender Blue

📋 copy color: '#CACEF7'

red 202 ◦ green 206 ◦ blue 247

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

Shades of Lavender Blue #CACEF7

Tints of Lavender Blue #CACEF7

RGB

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

 GREEN value IS 206 (80.86% from 255) = 31.45%

 BLUE value IS 247 (96.88% from 255) = 37.71%

R = 30.84%
G = 31.45%
B = 37.71%

CMYK

 C value IS 0.18

 M value IS 0.17

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CACEF7 (or 0xCACEF7) is known color: Lavender Blue. HEX triplet: CA, CE and F7. RGB value is (202,206,247). Sum of RGB (Red+Green+Blue) = 202+206+247=655 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.84% from 655); Green value is 206 (80.86% from 255 or 31.45% from 655); Blue value is 247 (96.88% from 255 or 37.71% from 655); Max value from RGB is 247 - color contains mainly: blue. Hex color #CACEF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACEF7 is #353108. Grayscale: #D1D1D1. Windows color (decimal): -3485961 or 16240330. OLE color: 16240330.

HSL color Cylindrical-coordinate representation of color #CACEF7: hue angle of 234.67º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CACEF7 is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 202 206 247 -
CMYK 0.18 0.17 0 0.03
HSL 234.67º 0.74% 0.88% -
HSV(B) 234.67º 0.18% 0.97% -
XYZ 63.22 63.41 96.9 -
YUV 209.48 149.17 122.67 -
System Red Green Blue C M Y K H S L
Decimal 202 206 247 0.18 0.17 0 0.03 234.67 0.74 0.88
Hex CA CE F7 12 11 0 3 EB 4A 58
Octal 312 316 367 22 21 0 3 353 112 130
Binary 11001010 11001110 11110111 10010 10001 0 11 11101011 1001010 1011000

Color Harmonies of #CACEF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACEF7

Black with #CACEF7

Text Example


Text Example

White with #CACEF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACEF7; }

 p { color: rgb(202,206,247); }

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

background-color css

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

 a { background-color: rgb(202,206,247); }

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

border-color css

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

 span { border-color: rgb(202,206,247); }

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