Html Css Color HEX #CCE5DC Iceberg

📋 copy color: '#CCE5DC'

red 204 ◦ green 229 ◦ blue 220

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

Shades of Iceberg #CCE5DC

Tints of Iceberg #CCE5DC

RGB

 RED value IS 204 (80.08% from 255) = 31.24%

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

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

R = 31.24%
G = 35.07%
B = 33.69%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#CCE5DC (or 0xCCE5DC) is known color: Iceberg. HEX triplet: CC, E5 and DC. RGB value is (204,229,220). Sum of RGB (Red+Green+Blue) = 204+229+220=653 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.24% from 653); Green value is 229 (89.84% from 255 or 35.07% from 653); Blue value is 220 (86.33% from 255 or 33.69% from 653); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE5DC is #331A23. Grayscale: #DCDCDC. Windows color (decimal): -3349028 or 14476748. OLE color: 14476748.

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

Color convert

RGB 204 229 220 -
CMYK 0.11 0 0.04 0.10
HSL 158.4º 0.32% 0.85% -
HSV(B) 158.4º 0.11% 0.9% -
XYZ 65.84 74.04 78.53 -
YUV 220.5 127.72 116.23 -
System Red Green Blue C M Y K H S L
Decimal 204 229 220 0.11 0 0.04 0.10 158.4 0.32 0.85
Hex CC E5 DC B 0 4 A 9E 20 55
Octal 314 345 334 13 0 4 12 236 40 125
Binary 11001100 11100101 11011100 1011 0 100 1010 10011110 100000 1010101

Color Harmonies of #CCE5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE5DC

Black with #CCE5DC

Text Example


Text Example

White with #CCE5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE5DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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