Html Css Color HEX #CACEF9 Lavender Blue

📋 copy color: '#CACEF9'

red 202 ◦ green 206 ◦ blue 249

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

Shades of Lavender Blue #CACEF9

Tints of Lavender Blue #CACEF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 37.9%

R = 30.75%
G = 31.35%
B = 37.9%

CMYK

 C value IS 0.19

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CACEF9 (or 0xCACEF9) is known color: Lavender Blue. HEX triplet: CA, CE and F9. RGB value is (202,206,249). Sum of RGB (Red+Green+Blue) = 202+206+249=657 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.75% from 657); Green value is 206 (80.86% from 255 or 31.35% from 657); Blue value is 249 (97.66% from 255 or 37.90% from 657); Max value from RGB is 249 - color contains mainly: blue. Hex color #CACEF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACEF9 is #353106. Grayscale: #D1D1D1. Windows color (decimal): -3485959 or 16371402. OLE color: 16371402.

HSL color Cylindrical-coordinate representation of color #CACEF9: hue angle of 234.89º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CACEF9 is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 206 249 -
CMYK 0.19 0.17 0 0.02
HSL 234.89º 0.8% 0.88% -
HSV(B) 234.89º 0.19% 0.98% -
XYZ 63.53 63.54 98.54 -
YUV 209.71 150.17 122.5 -
System Red Green Blue C M Y K H S L
Decimal 202 206 249 0.19 0.17 0 0.02 234.89 0.8 0.88
Hex CA CE F9 13 11 0 2 EB 50 58
Octal 312 316 371 23 21 0 2 353 120 130
Binary 11001010 11001110 11111001 10011 10001 0 10 11101011 1010000 1011000

Color Harmonies of #CACEF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACEF9

Black with #CACEF9

Text Example


Text Example

White with #CACEF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACEF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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