Html Css Color HEX #CECCFE Lavender Blue

📋 copy color: '#CECCFE'

red 206 ◦ green 204 ◦ blue 254

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

Shades of Lavender Blue #CECCFE

Tints of Lavender Blue #CECCFE

RGB

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

 GREEN value IS 204 (80.08% from 255) = 30.72%

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

R = 31.02%
G = 30.72%
B = 38.25%

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

#CECCFE (or 0xCECCFE) is known color: Lavender Blue. HEX triplet: CE, CC and FE. RGB value is (206,204,254). Sum of RGB (Red+Green+Blue) = 206+204+254=664 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.02% from 664); Green value is 204 (80.08% from 255 or 30.72% from 664); Blue value is 254 (99.61% from 255 or 38.25% from 664); Max value from RGB is 254 - color contains mainly: blue. Hex color #CECCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECCFE is #313301. Grayscale: #D2D2D2. Windows color (decimal): -3224322 or 16698574. OLE color: 16698574.

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

Color convert

RGB 206 204 254 -
CMYK 0.19 0.20 0 0.00
HSL 242.4º 0.96% 0.9% -
HSV(B) 242.4º 0.2% 1% -
XYZ 64.94 63.46 102.59 -
YUV 210.3 152.66 124.93 -
System Red Green Blue C M Y K H S L
Decimal 206 204 254 0.19 0.20 0 0.00 242.4 0.96 0.9
Hex CE CC FE 13 14 0 0 F2 60 5A
Octal 316 314 376 23 24 0 0 362 140 132
Binary 11001110 11001100 11111110 10011 10100 0 0 11110010 1100000 1011010

Color Harmonies of #CECCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECCFE

Black with #CECCFE

Text Example


Text Example

White with #CECCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECCFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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