Html Css Color HEX #CACEF2 Lavender Blue

📋 copy color: '#CACEF2'

red 202 ◦ green 206 ◦ blue 242

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

Shades of Lavender Blue #CACEF2

Tints of Lavender Blue #CACEF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37.23%

R = 31.08%
G = 31.69%
B = 37.23%

CMYK

 C value IS 0.17

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CACEF2 (or 0xCACEF2) is known color: Lavender Blue. HEX triplet: CA, CE and F2. RGB value is (202,206,242). Sum of RGB (Red+Green+Blue) = 202+206+242=650 (86% of max value = 765). Red value is 202 (79.30% from 255 or 31.08% from 650); Green value is 206 (80.86% from 255 or 31.69% from 650); Blue value is 242 (94.92% from 255 or 37.23% from 650); Max value from RGB is 242 - color contains mainly: blue. Hex color #CACEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACEF2 is #35310D. Grayscale: #D0D0D0. Windows color (decimal): -3485966 or 15912650. OLE color: 15912650.

HSL color Cylindrical-coordinate representation of color #CACEF2: hue angle of 234º degrees, saturation: 0.61, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CACEF2 is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 206 242 -
CMYK 0.17 0.15 0 0.05
HSL 234º 0.61% 0.87% -
HSV(B) 234º 0.17% 0.95% -
XYZ 62.46 63.11 92.89 -
YUV 208.91 146.67 123.07 -
System Red Green Blue C M Y K H S L
Decimal 202 206 242 0.17 0.15 0 0.05 234 0.61 0.87
Hex CA CE F2 11 F 0 5 EA 3D 57
Octal 312 316 362 21 17 0 5 352 75 127
Binary 11001010 11001110 11110010 10001 1111 0 101 11101010 111101 1010111

Color Harmonies of #CACEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACEF2

Black with #CACEF2

Text Example


Text Example

White with #CACEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACEF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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