Html Css Color HEX #CECAF9 Lavender Blue

📋 copy color: '#CECAF9'

red 206 ◦ green 202 ◦ blue 249

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

Shades of Lavender Blue #CECAF9

Tints of Lavender Blue #CECAF9

RGB

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

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

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

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

CMYK

 C value IS 0.17

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CECAF9 (or 0xCECAF9) is known color: Lavender Blue. HEX triplet: CE, CA and F9. RGB value is (206,202,249). Sum of RGB (Red+Green+Blue) = 206+202+249=657 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.35% from 657); Green value is 202 (79.30% from 255 or 30.75% 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 #CECAF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECAF9 is #313506. Grayscale: #D0D0D0. Windows color (decimal): -3224839 or 16370382. OLE color: 16370382.

HSL color Cylindrical-coordinate representation of color #CECAF9: hue angle of 245.11º 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 #CECAF9 is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 202 249 -
CMYK 0.17 0.19 0 0.02
HSL 245.11º 0.8% 0.88% -
HSV(B) 245.11º 0.19% 0.98% -
XYZ 63.67 62.2 98.27 -
YUV 208.55 150.83 126.18 -
System Red Green Blue C M Y K H S L
Decimal 206 202 249 0.17 0.19 0 0.02 245.11 0.8 0.88
Hex CE CA F9 11 13 0 2 F5 50 58
Octal 316 312 371 21 23 0 2 365 120 130
Binary 11001110 11001010 11111001 10001 10011 0 10 11110101 1010000 1011000

Color Harmonies of #CECAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECAF9

Black with #CECAF9

Text Example


Text Example

White with #CECAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECAF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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