Html Css Color HEX #D6E1DF Jagged Ice

📋 copy color: '#D6E1DF'

red 214 ◦ green 225 ◦ blue 223

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

Shades of Jagged Ice #D6E1DF

Tints of Jagged Ice #D6E1DF

RGB

 RED value IS 214 (83.98% from 255) = 32.33%

 GREEN value IS 225 (88.28% from 255) = 33.99%

 BLUE value IS 223 (87.5% from 255) = 33.69%

R = 32.33%
G = 33.99%
B = 33.69%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#D6E1DF (or 0xD6E1DF) is known color: Jagged Ice. HEX triplet: D6, E1 and DF. RGB value is (214,225,223). Sum of RGB (Red+Green+Blue) = 214+225+223=662 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.33% from 662); Green value is 225 (88.28% from 255 or 33.99% from 662); Blue value is 223 (87.5% from 255 or 33.69% from 662); Max value from RGB is 225 - color contains mainly: green. Hex color #D6E1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6E1DF is #291E20. Grayscale: #DDDDDD. Windows color (decimal): -2694689 or 14672342. OLE color: 14672342.

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

Color convert

RGB 214 225 223 -
CMYK 0.05 0 0.01 0.12
HSL 169.09º 0.15% 0.86% -
HSV(B) 169.09º 0.05% 0.88% -
XYZ 67.98 73.47 80.41 -
YUV 221.48 128.86 122.66 -
System Red Green Blue C M Y K H S L
Decimal 214 225 223 0.05 0 0.01 0.12 169.09 0.15 0.86
Hex D6 E1 DF 5 0 1 C A9 F 56
Octal 326 341 337 5 0 1 14 251 17 126
Binary 11010110 11100001 11011111 101 0 1 1100 10101001 1111 1010110

Color Harmonies of #D6E1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E1DF

Black with #D6E1DF

Text Example


Text Example

White with #D6E1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E1DF; }

 p { color: rgb(214,225,223); }

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

background-color css

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

 a { background-color: rgb(214,225,223); }

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

border-color css

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

 span { border-color: rgb(214,225,223); }

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