#CFE2DA

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

Shades of Iceberg #CFE2DA

Tints of Iceberg #CFE2DA

Color information

#CFE2DA (or 0xCFE2DA) is unknown color: approx Iceberg. HEX triplet: CF, E2 and DA. RGB value is (207,226,218). Sum of RGB (Red+Green+Blue) = 207+226+218=651 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.80% from 651); Green value is 226 (88.67% from 255 or 34.72% from 651); Blue value is 218 (85.55% from 255 or 33.49% from 651); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE2DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE2DA is #301D25. Grayscale: #DBDBDB. Windows color (decimal): -3153190 or 14344911. OLE color: 14344911.

HSL color Cylindrical-coordinate representation of color #CFE2DA: hue angle of 154.74º degrees, saturation: 0.25, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFE2DA is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB207226218-
CMYK0.0800.040.11
HSL154.74º24.68%84.9%-
HSV(B)154.74º8.41%88.63%-
XYZ65.5872.7276.91-
YUV219.41127.21119.15-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.80%
GREEN value IS 226 (88.67% from 255) = 34.72%
BLUE value IS 218 (85.55% from 255) = 33.49%
R=31.80%
G=34.72%
B=33.49%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2072262180.0800.040.11154.7424.6884.9
HexCFE2DA804B9b1955
Octal31734233210041323331125
Binary11001111111000101101101010000100101110011011110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE2DA; }

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

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

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

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

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

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

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

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