#CEDFDD

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

Shades of Jagged Ice #CEDFDD

Tints of Jagged Ice #CEDFDD

Color information

#CEDFDD (or 0xCEDFDD) is unknown color: approx Jagged Ice. HEX triplet: CE, DF and DD. RGB value is (206,223,221). Sum of RGB (Red+Green+Blue) = 206+223+221=650 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.69% from 650); Green value is 223 (87.5% from 255 or 34.31% from 650); Blue value is 221 (86.72% from 255 or 34% from 650); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDFDD is #312022. Grayscale: #D9D9D9. Windows color (decimal): -3219491 or 14540750. OLE color: 14540750.

HSL color Cylindrical-coordinate representation of color #CEDFDD: hue angle of 172.94º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CEDFDD is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB206223221-
CMYK0.0800.010.13
HSL172.94º20.99%84.12%-
HSV(B)172.94º7.62%87.45%-
XYZ64.8971.1278.71-
YUV217.69129.87119.66-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.69%
GREEN value IS 223 (87.5% from 255) = 34.31%
BLUE value IS 221 (86.72% from 255) = 34%
R=31.69%
G=34.31%
B=34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2062232210.0800.010.13172.9420.9984.12
HexCEDFDD801Dad1554
Octal31633733510011525525124
Binary110011101101111111011101100001110110101101101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDFDD; }

 p { color: rgb(206,223,221); }

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

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

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

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

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

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

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