Html Css Color HEX #CEE3DC Iceberg

📋 copy color: '#CEE3DC'

red 206 ◦ green 227 ◦ blue 220

#CEE3DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Iceberg #CEE3DC

Tints of Iceberg #CEE3DC

RGB

 RED value IS 206 (80.86% from 255) = 31.55%

 GREEN value IS 227 (89.06% from 255) = 34.76%

 BLUE value IS 220 (86.33% from 255) = 33.69%

R = 31.55%
G = 34.76%
B = 33.69%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#CEE3DC (or 0xCEE3DC) is known color: Iceberg. HEX triplet: CE, E3 and DC. RGB value is (206,227,220). Sum of RGB (Red+Green+Blue) = 206+227+220=653 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.55% from 653); Green value is 227 (89.06% from 255 or 34.76% from 653); Blue value is 220 (86.33% from 255 or 33.69% from 653); Max value from RGB is 227 - color contains mainly: green. Hex color #CEE3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE3DC is #311C23. Grayscale: #DBDBDB. Windows color (decimal): -3218468 or 14476238. OLE color: 14476238.

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

Color convert

RGB 206 227 220 -
CMYK 0.09 0 0.03 0.11
HSL 160º 0.27% 0.85% -
HSV(B) 160º 0.09% 0.89% -
XYZ 65.84 73.23 78.37 -
YUV 219.92 128.04 118.07 -
System Red Green Blue C M Y K H S L
Decimal 206 227 220 0.09 0 0.03 0.11 160 0.27 0.85
Hex CE E3 DC 9 0 3 B A0 1B 55
Octal 316 343 334 11 0 3 13 240 33 125
Binary 11001110 11100011 11011100 1001 0 11 1011 10100000 11011 1010101

Color Harmonies of #CEE3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE3DC

Black with #CEE3DC

Text Example


Text Example

White with #CEE3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE3DC; }

 p { color: rgb(206,227,220); }

 H1.HeaderClassName
 {
   color: #CEE3DC;
 }
 .AnyTagClassName
 {
   color: #CEE3DC;
 }
</style>

background-color css

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

 a { background-color: rgb(206,227,220); }

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

border-color css

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

 span { border-color: rgb(206,227,220); }

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