Html Css Color HEX #D3DDDB Jagged Ice

📋 copy color: '#D3DDDB'

red 211 ◦ green 221 ◦ blue 219

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

Shades of Jagged Ice #D3DDDB

Tints of Jagged Ice #D3DDDB

RGB

 RED value IS 211 (82.81% from 255) = 32.41%

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

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

R = 32.41%
G = 33.95%
B = 33.64%

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

#D3DDDB (or 0xD3DDDB) is known color: Jagged Ice. HEX triplet: D3, DD and DB. RGB value is (211,221,219). Sum of RGB (Red+Green+Blue) = 211+221+219=651 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.41% from 651); Green value is 221 (86.72% from 255 or 33.95% from 651); Blue value is 219 (85.94% from 255 or 33.64% from 651); Max value from RGB is 221 - color contains mainly: green. Hex color #D3DDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DDDB is #2C2224. Grayscale: #D9D9D9. Windows color (decimal): -2892325 or 14409171. OLE color: 14409171.

HSL color Cylindrical-coordinate representation of color #D3DDDB: hue angle of 168º degrees, saturation: 0.13, 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 #D3DDDB is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 211 221 219 -
CMYK 0.05 0 0.01 0.13
HSL 168º 0.13% 0.85% -
HSV(B) 168º 0.05% 0.87% -
XYZ 65.51 70.68 77.21 -
YUV 217.78 128.69 123.16 -
System Red Green Blue C M Y K H S L
Decimal 211 221 219 0.05 0 0.01 0.13 168 0.13 0.85
Hex D3 DD DB 5 0 1 D A8 D 55
Octal 323 335 333 5 0 1 15 250 15 125
Binary 11010011 11011101 11011011 101 0 1 1101 10101000 1101 1010101

Color Harmonies of #D3DDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DDDB

Black with #D3DDDB

Text Example


Text Example

White with #D3DDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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