#CFDDDA

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

Shades of Iceberg #CFDDDA

Tints of Iceberg #CFDDDA

Color information

#CFDDDA (or 0xCFDDDA) is unknown color: approx Iceberg. HEX triplet: CF, DD and DA. RGB value is (207,221,218). Sum of RGB (Red+Green+Blue) = 207+221+218=646 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.04% from 646); Green value is 221 (86.72% from 255 or 34.21% from 646); Blue value is 218 (85.55% from 255 or 33.75% from 646); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDDDA is #302225. Grayscale: #D8D8D8. Windows color (decimal): -3154470 or 14343631. OLE color: 14343631.

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

Color convert

RGB207221218-
CMYK0.0600.010.13
HSL167.14º17.07%83.92%-
HSV(B)167.14º6.33%86.67%-
XYZ64.2470.0476.46-
YUV216.47128.86121.24-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.04%
GREEN value IS 221 (86.72% from 255) = 34.21%
BLUE value IS 218 (85.55% from 255) = 33.75%
R=32.04%
G=34.21%
B=33.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2072212180.0600.010.13167.1417.0783.92
HexCFDDDA601Da71154
Octal3173353326011524721124
Binary11001111110111011101101011001110110100111100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDDDA; }

 p { color: rgb(207,221,218); }

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

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

 a { background-color: rgb(207,221,218); }

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

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

 span { border-color: rgb(207,221,218); }

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