Html Css Color HEX #CECEFE Lavender Blue

📋 copy color: '#CECEFE'

red 206 ◦ green 206 ◦ blue 254

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

Shades of Lavender Blue #CECEFE

Tints of Lavender Blue #CECEFE

RGB

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

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

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

R = 30.93%
G = 30.93%
B = 38.14%

CMYK

 C value IS 0.19

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CECEFE (or 0xCECEFE) is known color: Lavender Blue. HEX triplet: CE, CE and FE. RGB value is (206,206,254). Sum of RGB (Red+Green+Blue) = 206+206+254=666 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.93% from 666); Green value is 206 (80.86% from 255 or 30.93% from 666); Blue value is 254 (99.61% from 255 or 38.14% from 666); Max value from RGB is 254 - color contains mainly: blue. Hex color #CECEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECEFE is #313101. Grayscale: #D3D3D3. Windows color (decimal): -3223810 or 16699086. OLE color: 16699086.

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

Color convert

RGB 206 206 254 -
CMYK 0.19 0.19 0 0.00
HSL 240º 0.96% 0.9% -
HSV(B) 240º 0.19% 1% -
XYZ 65.41 64.42 102.75 -
YUV 211.47 152 124.1 -
System Red Green Blue C M Y K H S L
Decimal 206 206 254 0.19 0.19 0 0.00 240 0.96 0.9
Hex CE CE FE 13 13 0 0 F0 60 5A
Octal 316 316 376 23 23 0 0 360 140 132
Binary 11001110 11001110 11111110 10011 10011 0 0 11110000 1100000 1011010

Color Harmonies of #CECEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECEFE

Black with #CECEFE

Text Example


Text Example

White with #CECEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECEFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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