Html Css Color HEX #D1DCDA Jagged Ice

📋 copy color: '#D1DCDA'

red 209 ◦ green 220 ◦ blue 218

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

Shades of Jagged Ice #D1DCDA

Tints of Jagged Ice #D1DCDA

RGB

 RED value IS 209 (82.03% from 255) = 32.3%

 GREEN value IS 220 (86.33% from 255) = 34%

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

R = 32.3%
G = 34%
B = 33.69%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#D1DCDA (or 0xD1DCDA) is known color: Jagged Ice. HEX triplet: D1, DC and DA. RGB value is (209,220,218). Sum of RGB (Red+Green+Blue) = 209+220+218=647 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.30% from 647); Green value is 220 (86.33% from 255 or 34.00% from 647); Blue value is 218 (85.55% from 255 or 33.69% from 647); Max value from RGB is 220 - color contains mainly: green. Hex color #D1DCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DCDA is #2E2325. Grayscale: #D8D8D8. Windows color (decimal): -3023654 or 14343377. OLE color: 14343377.

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

Color convert

RGB 209 220 218 -
CMYK 0.05 0 0.01 0.14
HSL 169.09º 0.14% 0.84% -
HSV(B) 169.09º 0.05% 0.86% -
XYZ 64.54 69.8 76.4 -
YUV 216.48 128.86 122.66 -
System Red Green Blue C M Y K H S L
Decimal 209 220 218 0.05 0 0.01 0.14 169.09 0.14 0.84
Hex D1 DC DA 5 0 1 E A9 E 54
Octal 321 334 332 5 0 1 16 251 16 124
Binary 11010001 11011100 11011010 101 0 1 1110 10101001 1110 1010100

Color Harmonies of #D1DCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DCDA

Black with #D1DCDA

Text Example


Text Example

White with #D1DCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DCDA; }

 p { color: rgb(209,220,218); }

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

background-color css

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

 a { background-color: rgb(209,220,218); }

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

border-color css

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

 span { border-color: rgb(209,220,218); }

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