Html Css Color HEX #CECAFE Lavender Blue

📋 copy color: '#CECAFE'

red 206 ◦ green 202 ◦ blue 254

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

Shades of Lavender Blue #CECAFE

Tints of Lavender Blue #CECAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 38.37%

R = 31.12%
G = 30.51%
B = 38.37%

CMYK

 C value IS 0.19

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CECAFE (or 0xCECAFE) is known color: Lavender Blue. HEX triplet: CE, CA and FE. RGB value is (206,202,254). Sum of RGB (Red+Green+Blue) = 206+202+254=662 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.12% from 662); Green value is 202 (79.30% from 255 or 30.51% from 662); Blue value is 254 (99.61% from 255 or 38.37% from 662); Max value from RGB is 254 - color contains mainly: blue. Hex color #CECAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECAFE is #313501. Grayscale: #D0D0D0. Windows color (decimal): -3224834 or 16698062. OLE color: 16698062.

HSL color Cylindrical-coordinate representation of color #CECAFE: hue angle of 244.62º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CECAFE is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 206 202 254 -
CMYK 0.19 0.20 0 0.00
HSL 244.62º 0.96% 0.89% -
HSV(B) 244.62º 0.2% 1% -
XYZ 64.46 62.52 102.44 -
YUV 209.12 153.33 125.77 -
System Red Green Blue C M Y K H S L
Decimal 206 202 254 0.19 0.20 0 0.00 244.62 0.96 0.89
Hex CE CA FE 13 14 0 0 F5 60 59
Octal 316 312 376 23 24 0 0 365 140 131
Binary 11001110 11001010 11111110 10011 10100 0 0 11110101 1100000 1011001

Color Harmonies of #CECAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECAFE

Black with #CECAFE

Text Example


Text Example

White with #CECAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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