Html Css Color HEX #CACEFC Lavender Blue

📋 copy color: '#CACEFC'

red 202 ◦ green 206 ◦ blue 252

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

Shades of Lavender Blue #CACEFC

Tints of Lavender Blue #CACEFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 38.18%

R = 30.61%
G = 31.21%
B = 38.18%

CMYK

 C value IS 0.20

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CACEFC (or 0xCACEFC) is known color: Lavender Blue. HEX triplet: CA, CE and FC. RGB value is (202,206,252). Sum of RGB (Red+Green+Blue) = 202+206+252=660 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.61% from 660); Green value is 206 (80.86% from 255 or 31.21% from 660); Blue value is 252 (98.83% from 255 or 38.18% from 660); Max value from RGB is 252 - color contains mainly: blue. Hex color #CACEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACEFC is #353103. Grayscale: #D1D1D1. Windows color (decimal): -3485956 or 16568010. OLE color: 16568010.

HSL color Cylindrical-coordinate representation of color #CACEFC: hue angle of 235.2º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CACEFC is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 202 206 252 -
CMYK 0.20 0.18 0 0.01
HSL 235.2º 0.89% 0.89% -
HSV(B) 235.2º 0.2% 0.99% -
XYZ 64 63.73 101.02 -
YUV 210.05 151.67 122.26 -
System Red Green Blue C M Y K H S L
Decimal 202 206 252 0.20 0.18 0 0.01 235.2 0.89 0.89
Hex CA CE FC 14 12 0 1 EB 59 59
Octal 312 316 374 24 22 0 1 353 131 131
Binary 11001010 11001110 11111100 10100 10010 0 1 11101011 1011001 1011001

Color Harmonies of #CACEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACEFC

Black with #CACEFC

Text Example


Text Example

White with #CACEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACEFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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