#D1DCDA

Color #D1DCDA Jagged Ice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagged Ice #D1DCDA

Tints of Jagged Ice #D1DCDA

Color information

#D1DCDA (or 0xD1DCDA) is unknown color: approx 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

RGB209220218-
CMYK0.0500.010.14
HSL169.09º13.58%84.12%-
HSV(B)169.09º5%86.27%-
XYZ64.5469.876.4-
YUV216.48128.86122.66-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.30%
GREEN value IS 220 (86.33% from 255) = 34.00%
BLUE value IS 218 (85.55% from 255) = 33.69%
R=32.30%
G=34.00%
B=33.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2092202180.0500.010.14169.0913.5884.12
HexD1DCDA501Ea9e54
Octal3213343325011625116124
Binary1101000111011100110110101010111101010100111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>