#CECEC1

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

Shades of Celeste #CECEC1

Tints of Celeste #CECEC1

Color information

#CECEC1 (or 0xCECEC1) is unknown color: approx Celeste. HEX triplet: CE, CE and C1. RGB value is (206,206,193). Sum of RGB (Red+Green+Blue) = 206+206+193=605 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.05% from 605); Green value is 206 (80.86% from 255 or 34.05% from 605); Blue value is 193 (75.78% from 255 or 31.90% from 605); Max value from RGB is 206 - color contains mainly: red, green. Hex color #CECEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECEC1 is #31313E. Grayscale: #CCCCCC. Windows color (decimal): -3223871 or 12701390. OLE color: 12701390.

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

Color convert

RGB206206193-
CMYK000.060.19
HSL60º11.71%78.24%-
HSV(B)60º6.31%80.78%-
XYZ57.1561.1159.24-
YUV204.52121.5129.06-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.05%
GREEN value IS 206 (80.86% from 255) = 34.05%
BLUE value IS 193 (75.78% from 255) = 31.90%
R=34.05%
G=34.05%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206206193000.060.196011.7178.24
HexCECEC1006133cc4e
Octal316316301006237414116
Binary110011101100111011000001001101001111110011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECEC1; }

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

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

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

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

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

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

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

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