Html Css Color HEX #DDE5E5 Zircon

📋 copy color: '#DDE5E5'

red 221 ◦ green 229 ◦ blue 229

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

Shades of Zircon #DDE5E5

Tints of Zircon #DDE5E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 33.73%

R = 32.55%
G = 33.73%
B = 33.73%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DDE5E5 (or 0xDDE5E5) is known color: Zircon. HEX triplet: DD, E5 and E5. RGB value is (221,229,229). Sum of RGB (Red+Green+Blue) = 221+229+229=679 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.55% from 679); Green value is 229 (89.84% from 255 or 33.73% from 679); Blue value is 229 (89.84% from 255 or 33.73% from 679); Max value from RGB is 229 - color contains mainly: green, blue. Hex color #DDE5E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE5E5 is #221A1A. Grayscale: #E2E2E2. Windows color (decimal): -2234907 or 15066589. OLE color: 15066589.

HSL color Cylindrical-coordinate representation of color #DDE5E5: hue angle of 180º 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 #DDE5E5 is Cyan = 0.03, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 221 229 229 -
CMYK 0.03 0 0 0.10
HSL 180º 0.13% 0.88% -
HSV(B) 180º 0.03% 0.9% -
XYZ 71.98 77.07 85.21 -
YUV 226.61 129.35 124 -
System Red Green Blue C M Y K H S L
Decimal 221 229 229 0.03 0 0 0.10 180 0.13 0.88
Hex DD E5 E5 3 0 0 A B4 D 58
Octal 335 345 345 3 0 0 12 264 15 130
Binary 11011101 11100101 11100101 11 0 0 1010 10110100 1101 1011000

Color Harmonies of #DDE5E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE5E5

Black with #DDE5E5

Text Example


Text Example

White with #DDE5E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE5E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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