#CEE6DE

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

Shades of Iceberg #CEE6DE

Tints of Iceberg #CEE6DE

Color information

#CEE6DE (or 0xCEE6DE) is unknown color: approx Iceberg. HEX triplet: CE, E6 and DE. RGB value is (206,230,222). Sum of RGB (Red+Green+Blue) = 206+230+222=658 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.31% from 658); Green value is 230 (90.23% from 255 or 34.95% from 658); Blue value is 222 (87.11% from 255 or 33.74% from 658); Max value from RGB is 230 - color contains mainly: green. Hex color #CEE6DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEE6DE is #311921. Grayscale: #DDDDDD. Windows color (decimal): -3217698 or 14608078. OLE color: 14608078.

HSL color Cylindrical-coordinate representation of color #CEE6DE: hue angle of 160º degrees, saturation: 0.32, 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 #CEE6DE is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB206230222-
CMYK0.1000.030.10
HSL160º32.43%85.49%-
HSV(B)160º10.43%90.2%-
XYZ66.9474.9980.05-
YUV221.91128.05116.65-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.31%
GREEN value IS 230 (90.23% from 255) = 34.95%
BLUE value IS 222 (87.11% from 255) = 33.74%
R=31.31%
G=34.95%
B=33.74%

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
Decimal2062302220.1000.030.1016032.4385.49
HexCEE6DEA03Aa02055
Octal31634633612031224040125
Binary11001110111001101101111010100111010101000001000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE6DE; }

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

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

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

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

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

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

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

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