#CFE5DC

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

Shades of Iceberg #CFE5DC

Tints of Iceberg #CFE5DC

Color information

#CFE5DC (or 0xCFE5DC) is unknown color: approx Iceberg. HEX triplet: CF, E5 and DC. RGB value is (207,229,220). Sum of RGB (Red+Green+Blue) = 207+229+220=656 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.55% from 656); Green value is 229 (89.84% from 255 or 34.91% from 656); Blue value is 220 (86.33% from 255 or 33.54% from 656); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE5DC is #301A23. Grayscale: #DDDDDD. Windows color (decimal): -3152420 or 14476751. OLE color: 14476751.

HSL color Cylindrical-coordinate representation of color #CFE5DC: hue angle of 155.45º degrees, saturation: 0.3, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFE5DC is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB207229220-
CMYK0.1000.040.10
HSL155.45º29.73%85.49%-
HSV(B)155.45º9.61%89.8%-
XYZ66.6774.4778.57-
YUV221.4127.21117.73-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.55%
GREEN value IS 229 (89.84% from 255) = 34.91%
BLUE value IS 220 (86.33% from 255) = 33.54%
R=31.55%
G=34.91%
B=33.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2072292200.1000.040.10155.4529.7385.49
HexCFE5DCA04A9b1e55
Octal31734533412041223336125
Binary11001111111001011101110010100100101010011011111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE5DC; }

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

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

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

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

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

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

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

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