#CCDED5

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

Shades of Iceberg #CCDED5

Tints of Iceberg #CCDED5

Color information

#CCDED5 (or 0xCCDED5) is unknown color: approx Iceberg. HEX triplet: CC, DE and D5. RGB value is (204,222,213). Sum of RGB (Red+Green+Blue) = 204+222+213=639 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.92% from 639); Green value is 222 (87.11% from 255 or 34.74% from 639); Blue value is 213 (83.59% from 255 or 33.33% from 639); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDED5 is #33212A. Grayscale: #D7D7D7. Windows color (decimal): -3350827 or 14016204. OLE color: 14016204.

HSL color Cylindrical-coordinate representation of color #CCDED5: hue angle of 150º 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 #CCDED5 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB204222213-
CMYK0.0800.040.13
HSL150º21.43%83.53%-
HSV(B)150º8.11%87.06%-
XYZ63.0369.8873.12-
YUV215.59126.54119.73-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.92%
GREEN value IS 222 (87.11% from 255) = 34.74%
BLUE value IS 213 (83.59% from 255) = 33.33%
R=31.92%
G=34.74%
B=33.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042222130.0800.040.1315021.4383.53
HexCCDED5804D961554
Octal31433632510041522625124
Binary11001100110111101101010110000100110110010110101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDED5; }

 p { color: rgb(204,222,213); }

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

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

 a { background-color: rgb(204,222,213); }

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

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

 span { border-color: rgb(204,222,213); }

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