Html Css Color HEX #D2E1DA Iceberg

📋 copy color: '#D2E1DA'

red 210 ◦ green 225 ◦ blue 218

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

Shades of Iceberg #D2E1DA

Tints of Iceberg #D2E1DA

RGB

 RED value IS 210 (82.42% from 255) = 32.16%

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

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

R = 32.16%
G = 34.46%
B = 33.38%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#D2E1DA (or 0xD2E1DA) is known color: Iceberg. HEX triplet: D2, E1 and DA. RGB value is (210,225,218). Sum of RGB (Red+Green+Blue) = 210+225+218=653 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.16% from 653); Green value is 225 (88.28% from 255 or 34.46% from 653); Blue value is 218 (85.55% from 255 or 33.38% from 653); Max value from RGB is 225 - color contains mainly: green. Hex color #D2E1DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2E1DA is #2D1E25. Grayscale: #DBDBDB. Windows color (decimal): -2956838 or 14344658. OLE color: 14344658.

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

Color convert

RGB 210 225 218 -
CMYK 0.07 0 0.03 0.12
HSL 152º 0.2% 0.85% -
HSV(B) 152º 0.07% 0.88% -
XYZ 66.16 72.61 76.86 -
YUV 219.72 127.03 121.07 -
System Red Green Blue C M Y K H S L
Decimal 210 225 218 0.07 0 0.03 0.12 152 0.2 0.85
Hex D2 E1 DA 7 0 3 C 98 14 55
Octal 322 341 332 7 0 3 14 230 24 125
Binary 11010010 11100001 11011010 111 0 11 1100 10011000 10100 1010101

Color Harmonies of #D2E1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E1DA

Black with #D2E1DA

Text Example


Text Example

White with #D2E1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E1DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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