Html Css Color HEX #D2DDDB Jagged Ice

📋 copy color: '#D2DDDB'

red 210 ◦ green 221 ◦ blue 219

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

Shades of Jagged Ice #D2DDDB

Tints of Jagged Ice #D2DDDB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34%

 BLUE value IS 219 (85.94% from 255) = 33.69%

R = 32.31%
G = 34%
B = 33.69%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#D2DDDB (or 0xD2DDDB) is known color: Jagged Ice. HEX triplet: D2, DD and DB. RGB value is (210,221,219). Sum of RGB (Red+Green+Blue) = 210+221+219=650 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.31% from 650); Green value is 221 (86.72% from 255 or 34% from 650); Blue value is 219 (85.94% from 255 or 33.69% from 650); Max value from RGB is 221 - color contains mainly: green. Hex color #D2DDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DDDB is #2D2224. Grayscale: #D9D9D9. Windows color (decimal): -2957861 or 14409170. OLE color: 14409170.

HSL color Cylindrical-coordinate representation of color #D2DDDB: hue angle of 169.09º degrees, saturation: 0.14, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D2DDDB is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 221 219 -
CMYK 0.05 0 0.01 0.13
HSL 169.09º 0.14% 0.85% -
HSV(B) 169.09º 0.05% 0.87% -
XYZ 65.22 70.53 77.19 -
YUV 217.48 128.86 122.66 -
System Red Green Blue C M Y K H S L
Decimal 210 221 219 0.05 0 0.01 0.13 169.09 0.14 0.85
Hex D2 DD DB 5 0 1 D A9 E 55
Octal 322 335 333 5 0 1 15 251 16 125
Binary 11010010 11011101 11011011 101 0 1 1101 10101001 1110 1010101

Color Harmonies of #D2DDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DDDB

Black with #D2DDDB

Text Example


Text Example

White with #D2DDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DDDB; }

 p { color: rgb(210,221,219); }

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

background-color css

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

 a { background-color: rgb(210,221,219); }

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

border-color css

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

 span { border-color: rgb(210,221,219); }

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