Html Css Color HEX #CCE1DA Iceberg

📋 copy color: '#CCE1DA'

red 204 ◦ green 225 ◦ blue 218

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

Shades of Iceberg #CCE1DA

Tints of Iceberg #CCE1DA

RGB

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

 GREEN value IS 225 (88.28% from 255) = 34.78%

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

R = 31.53%
G = 34.78%
B = 33.69%

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

#CCE1DA (or 0xCCE1DA) is known color: Iceberg. HEX triplet: CC, E1 and DA. RGB value is (204,225,218). Sum of RGB (Red+Green+Blue) = 204+225+218=647 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.53% from 647); Green value is 225 (88.28% from 255 or 34.78% from 647); Blue value is 218 (85.55% from 255 or 33.69% from 647); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE1DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE1DA is #331E25. Grayscale: #D9D9D9. Windows color (decimal): -3350054 or 14344652. OLE color: 14344652.

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

Color convert

RGB 204 225 218 -
CMYK 0.09 0 0.03 0.12
HSL 160º 0.26% 0.84% -
HSV(B) 160º 0.09% 0.88% -
XYZ 64.48 71.75 76.78 -
YUV 217.92 128.04 118.07 -
System Red Green Blue C M Y K H S L
Decimal 204 225 218 0.09 0 0.03 0.12 160 0.26 0.84
Hex CC E1 DA 9 0 3 C A0 1A 54
Octal 314 341 332 11 0 3 14 240 32 124
Binary 11001100 11100001 11011010 1001 0 11 1100 10100000 11010 1010100

Color Harmonies of #CCE1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE1DA

Black with #CCE1DA

Text Example


Text Example

White with #CCE1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE1DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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