#CFE6DE

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

Shades of Iceberg #CFE6DE

Tints of Iceberg #CFE6DE

Color information

#CFE6DE (or 0xCFE6DE) is unknown color: approx Iceberg. HEX triplet: CF, E6 and DE. RGB value is (207,230,222). Sum of RGB (Red+Green+Blue) = 207+230+222=659 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.41% from 659); Green value is 230 (90.23% from 255 or 34.90% from 659); Blue value is 222 (87.11% from 255 or 33.69% from 659); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE6DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE6DE is #301921. Grayscale: #DEDEDE. Windows color (decimal): -3152162 or 14608079. OLE color: 14608079.

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

Color convert

RGB207230222-
CMYK0.1000.030.10
HSL159.13º31.51%85.69%-
HSV(B)159.13º10%90.2%-
XYZ67.2175.1380.07-
YUV222.21127.88117.15-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.41%
GREEN value IS 230 (90.23% from 255) = 34.90%
BLUE value IS 222 (87.11% from 255) = 33.69%
R=31.41%
G=34.90%
B=33.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2072302220.1000.030.10159.1331.5185.69
HexCFE6DEA03A9f2056
Octal31734633612031223740126
Binary11001111111001101101111010100111010100111111000001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE6DE; }

 p { color: rgb(207,230,222); }

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

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

 a { background-color: rgb(207,230,222); }

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

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

 span { border-color: rgb(207,230,222); }

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