Html Css Color HEX #DDE4E3 Zircon

📋 copy color: '#DDE4E3'

red 221 ◦ green 228 ◦ blue 227

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

Shades of Zircon #DDE4E3

Tints of Zircon #DDE4E3

RGB

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

 GREEN value IS 228 (89.45% from 255) = 33.73%

 BLUE value IS 227 (89.06% from 255) = 33.58%

R = 32.69%
G = 33.73%
B = 33.58%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.00

 K value IS 0.11

RGB Variations

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

Color information

#DDE4E3 (or 0xDDE4E3) is known color: Zircon. HEX triplet: DD, E4 and E3. RGB value is (221,228,227). Sum of RGB (Red+Green+Blue) = 221+228+227=676 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.69% from 676); Green value is 228 (89.45% from 255 or 33.73% from 676); Blue value is 227 (89.06% from 255 or 33.58% from 676); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE4E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE4E3 is #221B1C. Grayscale: #E1E1E1. Windows color (decimal): -2235165 or 14935261. OLE color: 14935261.

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

Color convert

RGB 221 228 227 -
CMYK 0.03 0 0.00 0.11
HSL 171.43º 0.11% 0.88% -
HSV(B) 171.43º 0.03% 0.89% -
XYZ 71.43 76.41 83.66 -
YUV 225.79 128.68 124.58 -
System Red Green Blue C M Y K H S L
Decimal 221 228 227 0.03 0 0.00 0.11 171.43 0.11 0.88
Hex DD E4 E3 3 0 0 B AB B 58
Octal 335 344 343 3 0 0 13 253 13 130
Binary 11011101 11100100 11100011 11 0 0 1011 10101011 1011 1011000

Color Harmonies of #DDE4E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE4E3

Black with #DDE4E3

Text Example


Text Example

White with #DDE4E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE4E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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