#CECFBE

Color #CECFBE Celeste (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celeste #CECFBE

Tints of Celeste #CECFBE

Color information

#CECFBE (or 0xCECFBE) is unknown color: approx Celeste. HEX triplet: CE, CF and BE. RGB value is (206,207,190). Sum of RGB (Red+Green+Blue) = 206+207+190=603 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.16% from 603); Green value is 207 (81.25% from 255 or 34.33% from 603); Blue value is 190 (74.61% from 255 or 31.51% from 603); Max value from RGB is 207 - color contains mainly: green. Hex color #CECFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECFBE is #313041. Grayscale: #CCCCCC. Windows color (decimal): -3223618 or 12505038. OLE color: 12505038.

HSL color Cylindrical-coordinate representation of color #CECFBE: hue angle of 63.53º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CECFBE is Cyan = 0.00, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB206207190-
CMYK0.0000.080.19
HSL63.53º15.04%77.84%-
HSV(B)63.53º8.21%81.18%-
XYZ57.0661.4757.57-
YUV204.76119.67128.88-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.16%
GREEN value IS 207 (81.25% from 255) = 34.33%
BLUE value IS 190 (74.61% from 255) = 31.51%
R=34.16%
G=34.33%
B=31.51%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2062071900.0000.080.1963.5315.0477.84
HexCECFBE0081340f4e
Octal31631727600102310017116
Binary11001110110011111011111000100010011100000011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECFBE; }

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

 H1.HeaderClassName
 {
   color: #CECFBE;
 }
 .AnyTagClassName
 {
   color: #CECFBE;
 }
</style>
background-color css

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

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

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

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

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

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