Html Css Color HEX #DDE9E8 Zircon

📋 copy color: '#DDE9E8'

red 221 ◦ green 233 ◦ blue 232

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

Shades of Zircon #DDE9E8

Tints of Zircon #DDE9E8

RGB

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

 GREEN value IS 233 (91.41% from 255) = 33.97%

 BLUE value IS 232 (91.02% from 255) = 33.82%

R = 32.22%
G = 33.97%
B = 33.82%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.00

 K value IS 0.09

RGB Variations

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

Color information

#DDE9E8 (or 0xDDE9E8) is known color: Zircon. HEX triplet: DD, E9 and E8. RGB value is (221,233,232). Sum of RGB (Red+Green+Blue) = 221+233+232=686 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.22% from 686); Green value is 233 (91.41% from 255 or 33.97% from 686); Blue value is 232 (91.02% from 255 or 33.82% from 686); Max value from RGB is 233 - color contains mainly: green. Hex color #DDE9E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDE9E8 is #221617. Grayscale: #E5E5E5. Windows color (decimal): -2233880 or 15264221. OLE color: 15264221.

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

Color convert

RGB 221 233 232 -
CMYK 0.05 0 0.00 0.09
HSL 175º 0.21% 0.89% -
HSV(B) 175º 0.05% 0.91% -
XYZ 73.52 79.48 87.81 -
YUV 229.3 129.52 122.08 -
System Red Green Blue C M Y K H S L
Decimal 221 233 232 0.05 0 0.00 0.09 175 0.21 0.89
Hex DD E9 E8 5 0 0 9 AF 15 59
Octal 335 351 350 5 0 0 11 257 25 131
Binary 11011101 11101001 11101000 101 0 0 1001 10101111 10101 1011001

Color Harmonies of #DDE9E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE9E8

Black with #DDE9E8

Text Example


Text Example

White with #DDE9E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE9E8; }

 p { color: rgb(221,233,232); }

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

background-color css

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

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

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

border-color css

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

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

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