#CEDED7

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

Shades of Iceberg #CEDED7

Tints of Iceberg #CEDED7

Color information

#CEDED7 (or 0xCEDED7) is unknown color: approx Iceberg. HEX triplet: CE, DE and D7. RGB value is (206,222,215). Sum of RGB (Red+Green+Blue) = 206+222+215=643 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.04% from 643); Green value is 222 (87.11% from 255 or 34.53% from 643); Blue value is 215 (84.38% from 255 or 33.44% from 643); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDED7 is #312128. Grayscale: #D8D8D8. Windows color (decimal): -3219753 or 14147278. OLE color: 14147278.

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

Color convert

RGB206222215-
CMYK0.0700.030.13
HSL153.75º19.51%83.92%-
HSV(B)153.75º7.21%87.06%-
XYZ63.8470.2774.49-
YUV216.42127.2120.57-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.04%
GREEN value IS 222 (87.11% from 255) = 34.53%
BLUE value IS 215 (84.38% from 255) = 33.44%
R=32.04%
G=34.53%
B=33.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2062222150.0700.030.13153.7519.5183.92
HexCEDED7703D9a1454
Octal3163363277031523224124
Binary110011101101111011010111111011110110011010101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDED7; }

 p { color: rgb(206,222,215); }

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

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

 a { background-color: rgb(206,222,215); }

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

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

 span { border-color: rgb(206,222,215); }

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