Html Css Color HEX #DFE6E7 Zircon

📋 copy color: '#DFE6E7'

red 223 ◦ green 230 ◦ blue 231

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

Shades of Zircon #DFE6E7

Tints of Zircon #DFE6E7

RGB

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

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

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

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

CMYK

 C value IS 0.03

 M value IS 0.00

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

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

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

Color convert

RGB 223 230 231 -
CMYK 0.03 0.00 0 0.09
HSL 187.5º 0.14% 0.89% -
HSV(B) 187.5º 0.03% 0.91% -
XYZ 73.15 78.05 86.81 -
YUV 228.02 129.68 124.42 -
System Red Green Blue C M Y K H S L
Decimal 223 230 231 0.03 0.00 0 0.09 187.5 0.14 0.89
Hex DF E6 E7 3 0 0 9 BC E 59
Octal 337 346 347 3 0 0 11 274 16 131
Binary 11011111 11100110 11100111 11 0 0 1001 10111100 1110 1011001

Color Harmonies of #DFE6E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE6E7

Black with #DFE6E7

Text Example


Text Example

White with #DFE6E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE6E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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