#CDCEC1

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

Shades of Celeste #CDCEC1

Tints of Celeste #CDCEC1

Color information

#CDCEC1 (or 0xCDCEC1) is unknown color: approx Celeste. HEX triplet: CD, CE and C1. RGB value is (205,206,193). Sum of RGB (Red+Green+Blue) = 205+206+193=604 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.94% from 604); Green value is 206 (80.86% from 255 or 34.11% from 604); Blue value is 193 (75.78% from 255 or 31.95% from 604); Max value from RGB is 206 - color contains mainly: green. Hex color #CDCEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCEC1 is #32313E. Grayscale: #CCCCCC. Windows color (decimal): -3289407 or 12701389. OLE color: 12701389.

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

Color convert

RGB205206193-
CMYK0.0000.060.19
HSL64.62º11.71%78.24%-
HSV(B)64.62º6.31%80.78%-
XYZ56.8760.9759.22-
YUV204.22121.67128.56-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.94%
GREEN value IS 206 (80.86% from 255) = 34.11%
BLUE value IS 193 (75.78% from 255) = 31.95%
R=33.94%
G=34.11%
B=31.95%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2052061930.0000.060.1964.6211.7178.24
HexCDCEC10061341c4e
Octal3153163010062310114116
Binary1100110111001110110000010011010011100000111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCEC1; }

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

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

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

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

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

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

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

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