Html Css Color HEX #CACEFA Lavender Blue

📋 copy color: '#CACEFA'

red 202 ◦ green 206 ◦ blue 250

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

Shades of Lavender Blue #CACEFA

Tints of Lavender Blue #CACEFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 37.99%

R = 30.7%
G = 31.31%
B = 37.99%

CMYK

 C value IS 0.19

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CACEFA (or 0xCACEFA) is known color: Lavender Blue. HEX triplet: CA, CE and FA. RGB value is (202,206,250). Sum of RGB (Red+Green+Blue) = 202+206+250=658 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.70% from 658); Green value is 206 (80.86% from 255 or 31.31% from 658); Blue value is 250 (98.05% from 255 or 37.99% from 658); Max value from RGB is 250 - color contains mainly: blue. Hex color #CACEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACEFA is #353105. Grayscale: #D1D1D1. Windows color (decimal): -3485958 or 16436938. OLE color: 16436938.

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

Color convert

RGB 202 206 250 -
CMYK 0.19 0.18 0 0.02
HSL 235º 0.83% 0.89% -
HSV(B) 235º 0.19% 0.98% -
XYZ 63.68 63.6 99.36 -
YUV 209.82 150.67 122.42 -
System Red Green Blue C M Y K H S L
Decimal 202 206 250 0.19 0.18 0 0.02 235 0.83 0.89
Hex CA CE FA 13 12 0 2 EB 53 59
Octal 312 316 372 23 22 0 2 353 123 131
Binary 11001010 11001110 11111010 10011 10010 0 10 11101011 1010011 1011001

Color Harmonies of #CACEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACEFA

Black with #CACEFA

Text Example


Text Example

White with #CACEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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