Html Css Color HEX #DFE7E6 Zircon

📋 copy color: '#DFE7E6'

red 223 ◦ green 231 ◦ blue 230

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

Shades of Zircon #DFE7E6

Tints of Zircon #DFE7E6

RGB

 RED value IS 223 (87.5% from 255) = 32.6%

 GREEN value IS 231 (90.63% from 255) = 33.77%

 BLUE value IS 230 (90.23% from 255) = 33.63%

R = 32.6%
G = 33.77%
B = 33.63%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.00

 K value IS 0.09

RGB Variations

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

Color information

#DFE7E6 (or 0xDFE7E6) is known color: Zircon. HEX triplet: DF, E7 and E6. RGB value is (223,231,230). Sum of RGB (Red+Green+Blue) = 223+231+230=684 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.60% from 684); Green value is 231 (90.62% from 255 or 33.77% from 684); Blue value is 230 (90.23% from 255 or 33.63% from 684); Max value from RGB is 231 - color contains mainly: green. Hex color #DFE7E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFE7E6 is #201819. Grayscale: #E4E4E4. Windows color (decimal): -2103322 or 15132639. OLE color: 15132639.

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

Color convert

RGB 223 231 230 -
CMYK 0.03 0 0.00 0.09
HSL 172.5º 0.14% 0.89% -
HSV(B) 172.5º 0.03% 0.91% -
XYZ 73.29 78.55 86.16 -
YUV 228.49 128.85 124.08 -
System Red Green Blue C M Y K H S L
Decimal 223 231 230 0.03 0 0.00 0.09 172.5 0.14 0.89
Hex DF E7 E6 3 0 0 9 AC E 59
Octal 337 347 346 3 0 0 11 254 16 131
Binary 11011111 11100111 11100110 11 0 0 1001 10101100 1110 1011001

Color Harmonies of #DFE7E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE7E6

Black with #DFE7E6

Text Example


Text Example

White with #DFE7E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE7E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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