Html Css Color HEX #CCE0DA Iceberg

📋 copy color: '#CCE0DA'

red 204 ◦ green 224 ◦ blue 218

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

Shades of Iceberg #CCE0DA

Tints of Iceberg #CCE0DA

RGB

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

 GREEN value IS 224 (87.89% from 255) = 34.67%

 BLUE value IS 218 (85.55% from 255) = 33.75%

R = 31.58%
G = 34.67%
B = 33.75%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#CCE0DA (or 0xCCE0DA) is known color: Iceberg. HEX triplet: CC, E0 and DA. RGB value is (204,224,218). Sum of RGB (Red+Green+Blue) = 204+224+218=646 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.58% from 646); Green value is 224 (87.89% from 255 or 34.67% from 646); Blue value is 218 (85.55% from 255 or 33.75% from 646); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE0DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE0DA is #331F25. Grayscale: #D9D9D9. Windows color (decimal): -3350310 or 14344396. OLE color: 14344396.

HSL color Cylindrical-coordinate representation of color #CCE0DA: hue angle of 162º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCE0DA is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 224 218 -
CMYK 0.09 0 0.03 0.12
HSL 162º 0.24% 0.84% -
HSV(B) 162º 0.09% 0.88% -
XYZ 64.21 71.21 76.69 -
YUV 217.34 128.37 118.49 -
System Red Green Blue C M Y K H S L
Decimal 204 224 218 0.09 0 0.03 0.12 162 0.24 0.84
Hex CC E0 DA 9 0 3 C A2 18 54
Octal 314 340 332 11 0 3 14 242 30 124
Binary 11001100 11100000 11011010 1001 0 11 1100 10100010 11000 1010100

Color Harmonies of #CCE0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE0DA

Black with #CCE0DA

Text Example


Text Example

White with #CCE0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE0DA; }

 p { color: rgb(204,224,218); }

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

background-color css

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

 a { background-color: rgb(204,224,218); }

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

border-color css

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

 span { border-color: rgb(204,224,218); }

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