#CDCDC5

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

Shades of Celeste #CDCDC5

Tints of Celeste #CDCDC5

Color information

#CDCDC5 (or 0xCDCDC5) is unknown color: approx Celeste. HEX triplet: CD, CD and C5. RGB value is (205,205,197). Sum of RGB (Red+Green+Blue) = 205+205+197=607 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.77% from 607); Green value is 205 (80.47% from 255 or 33.77% from 607); Blue value is 197 (77.34% from 255 or 32.45% from 607); Max value from RGB is 205 - color contains mainly: red, green. Hex color #CDCDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCDC5 is #32323A. Grayscale: #CCCCCC. Windows color (decimal): -3289659 or 12963277. OLE color: 12963277.

HSL color Cylindrical-coordinate representation of color #CDCDC5: hue angle of 60º degrees, saturation: 0.07, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CDCDC5 is Cyan = 0, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB205205197-
CMYK000.040.20
HSL60º7.41%78.82%-
HSV(B)60º3.9%80.39%-
XYZ57.0960.6761.53-
YUV204.09124128.65-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.77%
GREEN value IS 205 (80.47% from 255) = 33.77%
BLUE value IS 197 (77.34% from 255) = 32.45%
R=33.77%
G=33.77%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205205197000.040.20607.4178.82
HexCDCDC5004143c74f
Octal31531530500424747117
Binary11001101110011011100010100100101001111001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCDC5; }

 p { color: rgb(205,205,197); }

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

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

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

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

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

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

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