Html Css Color HEX #CEE5DC Iceberg

📋 copy color: '#CEE5DC'

red 206 ◦ green 229 ◦ blue 220

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

Shades of Iceberg #CEE5DC

Tints of Iceberg #CEE5DC

RGB

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

 GREEN value IS 229 (89.84% from 255) = 34.96%

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

R = 31.45%
G = 34.96%
B = 33.59%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#CEE5DC (or 0xCEE5DC) is known color: Iceberg. HEX triplet: CE, E5 and DC. RGB value is (206,229,220). Sum of RGB (Red+Green+Blue) = 206+229+220=655 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.45% from 655); Green value is 229 (89.84% from 255 or 34.96% from 655); Blue value is 220 (86.33% from 255 or 33.59% from 655); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE5DC is #311A23. Grayscale: #DDDDDD. Windows color (decimal): -3217956 or 14476750. OLE color: 14476750.

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

Color convert

RGB 206 229 220 -
CMYK 0.10 0 0.04 0.10
HSL 156.52º 0.31% 0.85% -
HSV(B) 156.52º 0.1% 0.9% -
XYZ 66.39 74.33 78.56 -
YUV 221.1 127.38 117.23 -
System Red Green Blue C M Y K H S L
Decimal 206 229 220 0.10 0 0.04 0.10 156.52 0.31 0.85
Hex CE E5 DC A 0 4 A 9D 1F 55
Octal 316 345 334 12 0 4 12 235 37 125
Binary 11001110 11100101 11011100 1010 0 100 1010 10011101 11111 1010101

Color Harmonies of #CEE5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE5DC

Black with #CEE5DC

Text Example


Text Example

White with #CEE5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE5DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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