#CEDFDA

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

Shades of Iceberg #CEDFDA

Tints of Iceberg #CEDFDA

Color information

#CEDFDA (or 0xCEDFDA) is unknown color: approx Iceberg. HEX triplet: CE, DF and DA. RGB value is (206,223,218). Sum of RGB (Red+Green+Blue) = 206+223+218=647 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.84% from 647); Green value is 223 (87.5% from 255 or 34.47% from 647); Blue value is 218 (85.55% from 255 or 33.69% from 647); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDFDA is #312025. Grayscale: #D9D9D9. Windows color (decimal): -3219494 or 14344142. OLE color: 14344142.

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

Color convert

RGB206223218-
CMYK0.0800.020.13
HSL162.35º20.99%84.12%-
HSV(B)162.35º7.62%87.45%-
XYZ64.570.9676.63-
YUV217.35128.37119.91-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.84%
GREEN value IS 223 (87.5% from 255) = 34.47%
BLUE value IS 218 (85.55% from 255) = 33.69%
R=31.84%
G=34.47%
B=33.69%

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
Decimal2062232180.0800.020.13162.3520.9984.12
HexCEDFDA802Da21554
Octal31633733210021524225124
Binary1100111011011111110110101000010110110100010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDFDA; }

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

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

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

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

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

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

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

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