#CEDCDA

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

Shades of Jagged Ice #CEDCDA

Tints of Jagged Ice #CEDCDA

Color information

#CEDCDA (or 0xCEDCDA) is unknown color: approx Jagged Ice. HEX triplet: CE, DC and DA. RGB value is (206,220,218). Sum of RGB (Red+Green+Blue) = 206+220+218=644 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.99% from 644); Green value is 220 (86.33% from 255 or 34.16% from 644); Blue value is 218 (85.55% from 255 or 33.85% from 644); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDCDA is #312325. Grayscale: #D7D7D7. Windows color (decimal): -3220262 or 14343374. OLE color: 14343374.

HSL color Cylindrical-coordinate representation of color #CEDCDA: hue angle of 171.43º degrees, saturation: 0.17, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CEDCDA is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB206220218-
CMYK0.0600.010.14
HSL171.43º16.67%83.53%-
HSV(B)171.43º6.36%86.27%-
XYZ63.769.3776.36-
YUV215.59129.36121.16-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.99%
GREEN value IS 220 (86.33% from 255) = 34.16%
BLUE value IS 218 (85.55% from 255) = 33.85%
R=31.99%
G=34.16%
B=33.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2062202180.0600.010.14171.4316.6783.53
HexCEDCDA601Eab1154
Octal3163343326011625321124
Binary11001110110111001101101011001111010101011100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDCDA; }

 p { color: rgb(206,220,218); }

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

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

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

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

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

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

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