#CCDEDA

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

Shades of Iceberg #CCDEDA

Tints of Iceberg #CCDEDA

Color information

#CCDEDA (or 0xCCDEDA) is unknown color: approx Iceberg. HEX triplet: CC, DE and DA. RGB value is (204,222,218). Sum of RGB (Red+Green+Blue) = 204+222+218=644 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.68% from 644); Green value is 222 (87.11% from 255 or 34.47% from 644); Blue value is 218 (85.55% from 255 or 33.85% from 644); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDEDA is #332125. Grayscale: #D8D8D8. Windows color (decimal): -3350822 or 14343884. OLE color: 14343884.

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

Color convert

RGB204222218-
CMYK0.0800.020.13
HSL166.67º21.43%83.53%-
HSV(B)166.67º8.11%87.06%-
XYZ63.6870.1476.51-
YUV216.16129.04119.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.68%
GREEN value IS 222 (87.11% from 255) = 34.47%
BLUE value IS 218 (85.55% from 255) = 33.85%
R=31.68%
G=34.47%
B=33.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042222180.0800.020.13166.6721.4383.53
HexCCDEDA802Da71554
Octal31433633210021524725124
Binary1100110011011110110110101000010110110100111101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDEDA; }

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

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

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

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

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

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

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

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