#CFE7DC

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

Shades of Iceberg #CFE7DC

Tints of Iceberg #CFE7DC

Color information

#CFE7DC (or 0xCFE7DC) is unknown color: approx Iceberg. HEX triplet: CF, E7 and DC. RGB value is (207,231,220). Sum of RGB (Red+Green+Blue) = 207+231+220=658 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.46% from 658); Green value is 231 (90.62% from 255 or 35.11% from 658); Blue value is 220 (86.33% from 255 or 33.43% from 658); Max value from RGB is 231 - color contains mainly: green. Hex color #CFE7DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE7DC is #301823. Grayscale: #DEDEDE. Windows color (decimal): -3151908 or 14477263. OLE color: 14477263.

HSL color Cylindrical-coordinate representation of color #CFE7DC: hue angle of 152.5º degrees, saturation: 0.33, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFE7DC is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB207231220-
CMYK0.1000.050.09
HSL152.5º33.33%85.88%-
HSV(B)152.5º10.39%90.59%-
XYZ67.2375.5878.76-
YUV222.57126.55116.89-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.46%
GREEN value IS 231 (90.62% from 255) = 35.11%
BLUE value IS 220 (86.33% from 255) = 33.43%
R=31.46%
G=35.11%
B=33.43%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2072312200.1000.050.09152.533.3385.88
HexCFE7DCA059982156
Octal31734733412051123041126
Binary110011111110011111011100101001011001100110001000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE7DC; }

 p { color: rgb(207,231,220); }

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

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

 a { background-color: rgb(207,231,220); }

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

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

 span { border-color: rgb(207,231,220); }

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