Html Css Color HEX #D0DCDA Jagged Ice

📋 copy color: '#D0DCDA'

red 208 ◦ green 220 ◦ blue 218

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

Shades of Jagged Ice #D0DCDA

Tints of Jagged Ice #D0DCDA

RGB

 RED value IS 208 (81.64% from 255) = 32.2%

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

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

R = 32.2%
G = 34.06%
B = 33.75%

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

#D0DCDA (or 0xD0DCDA) is known color: Jagged Ice. HEX triplet: D0, DC and DA. RGB value is (208,220,218). Sum of RGB (Red+Green+Blue) = 208+220+218=646 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.20% from 646); Green value is 220 (86.33% from 255 or 34.06% from 646); Blue value is 218 (85.55% from 255 or 33.75% from 646); Max value from RGB is 220 - color contains mainly: green. Hex color #D0DCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DCDA is #2F2325. Grayscale: #D8D8D8. Windows color (decimal): -3089190 or 14343376. OLE color: 14343376.

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

Color convert

RGB 208 220 218 -
CMYK 0.05 0 0.01 0.14
HSL 170º 0.15% 0.84% -
HSV(B) 170º 0.05% 0.86% -
XYZ 64.26 69.66 76.39 -
YUV 216.18 129.02 122.16 -
System Red Green Blue C M Y K H S L
Decimal 208 220 218 0.05 0 0.01 0.14 170 0.15 0.84
Hex D0 DC DA 5 0 1 E AA F 54
Octal 320 334 332 5 0 1 16 252 17 124
Binary 11010000 11011100 11011010 101 0 1 1110 10101010 1111 1010100

Color Harmonies of #D0DCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DCDA

Black with #D0DCDA

Text Example


Text Example

White with #D0DCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DCDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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