Html Css Color HEX #CECFFE Lavender Blue

📋 copy color: '#CECFFE'

red 206 ◦ green 207 ◦ blue 254

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

Shades of Lavender Blue #CECFFE

Tints of Lavender Blue #CECFFE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 31.03%

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

R = 30.88%
G = 31.03%
B = 38.08%

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

#CECFFE (or 0xCECFFE) is known color: Lavender Blue. HEX triplet: CE, CF and FE. RGB value is (206,207,254). Sum of RGB (Red+Green+Blue) = 206+207+254=667 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.88% from 667); Green value is 207 (81.25% from 255 or 31.03% from 667); Blue value is 254 (99.61% from 255 or 38.08% from 667); Max value from RGB is 254 - color contains mainly: blue. Hex color #CECFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECFFE is #313001. Grayscale: #D3D3D3. Windows color (decimal): -3223554 or 16699342. OLE color: 16699342.

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

Color convert

RGB 206 207 254 -
CMYK 0.19 0.19 0 0.00
HSL 238.75º 0.96% 0.9% -
HSV(B) 238.75º 0.19% 1% -
XYZ 65.66 64.9 102.83 -
YUV 212.06 151.67 123.68 -
System Red Green Blue C M Y K H S L
Decimal 206 207 254 0.19 0.19 0 0.00 238.75 0.96 0.9
Hex CE CF FE 13 13 0 0 EF 60 5A
Octal 316 317 376 23 23 0 0 357 140 132
Binary 11001110 11001111 11111110 10011 10011 0 0 11101111 1100000 1011010

Color Harmonies of #CECFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECFFE

Black with #CECFFE

Text Example


Text Example

White with #CECFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECFFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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