Html Css Color HEX #DDE5E4 Zircon

📋 copy color: '#DDE5E4'

red 221 ◦ green 229 ◦ blue 228

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

Shades of Zircon #DDE5E4

Tints of Zircon #DDE5E4

RGB

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

 GREEN value IS 229 (89.84% from 255) = 33.78%

 BLUE value IS 228 (89.45% from 255) = 33.63%

R = 32.6%
G = 33.78%
B = 33.63%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.00

 K value IS 0.10

RGB Variations

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

Color information

#DDE5E4 (or 0xDDE5E4) is known color: Zircon. HEX triplet: DD, E5 and E4. RGB value is (221,229,228). Sum of RGB (Red+Green+Blue) = 221+229+228=678 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.60% from 678); Green value is 229 (89.84% from 255 or 33.78% from 678); Blue value is 228 (89.45% from 255 or 33.63% from 678); Max value from RGB is 229 - color contains mainly: green. Hex color #DDE5E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE5E4 is #221A1B. Grayscale: #E2E2E2. Windows color (decimal): -2234908 or 15001053. OLE color: 15001053.

HSL color Cylindrical-coordinate representation of color #DDE5E4: hue angle of 172.5º degrees, saturation: 0.13, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DDE5E4 is Cyan = 0.03, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.10.

Color convert

RGB 221 229 228 -
CMYK 0.03 0 0.00 0.10
HSL 172.5º 0.13% 0.88% -
HSV(B) 172.5º 0.03% 0.9% -
XYZ 71.84 77.01 84.48 -
YUV 226.49 128.85 124.08 -
System Red Green Blue C M Y K H S L
Decimal 221 229 228 0.03 0 0.00 0.10 172.5 0.13 0.88
Hex DD E5 E4 3 0 0 A AC D 58
Octal 335 345 344 3 0 0 12 254 15 130
Binary 11011101 11100101 11100100 11 0 0 1010 10101100 1101 1011000

Color Harmonies of #DDE5E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE5E4

Black with #DDE5E4

Text Example


Text Example

White with #DDE5E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE5E4; }

 p { color: rgb(221,229,228); }

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

background-color css

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

 a { background-color: rgb(221,229,228); }

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

border-color css

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

 span { border-color: rgb(221,229,228); }

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