Html Css Color HEX #DDE6E7 Zircon

📋 copy color: '#DDE6E7'

red 221 ◦ green 230 ◦ blue 231

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

Shades of Zircon #DDE6E7

Tints of Zircon #DDE6E7

RGB

 RED value IS 221 (86.72% from 255) = 32.4%

 GREEN value IS 230 (90.23% from 255) = 33.72%

 BLUE value IS 231 (90.63% from 255) = 33.87%

R = 32.4%
G = 33.72%
B = 33.87%

CMYK

 C value IS 0.04

 M value IS 0.00

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DDE6E7 (or 0xDDE6E7) is known color: Zircon. HEX triplet: DD, E6 and E7. RGB value is (221,230,231). Sum of RGB (Red+Green+Blue) = 221+230+231=682 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.40% from 682); Green value is 230 (90.23% from 255 or 33.72% from 682); Blue value is 231 (90.62% from 255 or 33.87% from 682); Max value from RGB is 231 - color contains mainly: blue. Hex color #DDE6E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDE6E7 is #221918. Grayscale: #E3E3E3. Windows color (decimal): -2234649 or 15197917. OLE color: 15197917.

HSL color Cylindrical-coordinate representation of color #DDE6E7: hue angle of 186º degrees, saturation: 0.17, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DDE6E7 is Cyan = 0.04, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 221 230 231 -
CMYK 0.04 0.00 0 0.09
HSL 186º 0.17% 0.89% -
HSV(B) 186º 0.04% 0.91% -
XYZ 72.54 77.74 86.78 -
YUV 227.42 130.02 123.42 -
System Red Green Blue C M Y K H S L
Decimal 221 230 231 0.04 0.00 0 0.09 186 0.17 0.89
Hex DD E6 E7 4 0 0 9 BA 11 59
Octal 335 346 347 4 0 0 11 272 21 131
Binary 11011101 11100110 11100111 100 0 0 1001 10111010 10001 1011001

Color Harmonies of #DDE6E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE6E7

Black with #DDE6E7

Text Example


Text Example

White with #DDE6E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE6E7; }

 p { color: rgb(221,230,231); }

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

background-color css

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

 a { background-color: rgb(221,230,231); }

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

border-color css

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

 span { border-color: rgb(221,230,231); }

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