Html Css Color HEX #DFE1EC Quartz

📋 copy color: '#DFE1EC'

red 223 ◦ green 225 ◦ blue 236

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

Shades of Quartz #DFE1EC

Tints of Quartz #DFE1EC

RGB

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

 GREEN value IS 225 (88.28% from 255) = 32.89%

 BLUE value IS 236 (92.58% from 255) = 34.5%

R = 32.6%
G = 32.89%
B = 34.5%

CMYK

 C value IS 0.06

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DFE1EC (or 0xDFE1EC) is known color: Quartz. HEX triplet: DF, E1 and EC. RGB value is (223,225,236). Sum of RGB (Red+Green+Blue) = 223+225+236=684 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.60% from 684); Green value is 225 (88.28% from 255 or 32.89% from 684); Blue value is 236 (92.58% from 255 or 34.50% from 684); Max value from RGB is 236 - color contains mainly: blue. Hex color #DFE1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE1EC is #201E13. Grayscale: #E1E1E1. Windows color (decimal): -2104852 or 15524319. OLE color: 15524319.

HSL color Cylindrical-coordinate representation of color #DFE1EC: hue angle of 230.77º degrees, saturation: 0.25, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DFE1EC is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 223 225 236 -
CMYK 0.06 0.05 0 0.07
HSL 230.77º 0.25% 0.9% -
HSV(B) 230.77º 0.06% 0.93% -
XYZ 72.5 75.59 90.13 -
YUV 225.66 133.84 126.11 -
System Red Green Blue C M Y K H S L
Decimal 223 225 236 0.06 0.05 0 0.07 230.77 0.25 0.9
Hex DF E1 EC 6 5 0 7 E7 19 5A
Octal 337 341 354 6 5 0 7 347 31 132
Binary 11011111 11100001 11101100 110 101 0 111 11100111 11001 1011010

Color Harmonies of #DFE1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE1EC

Black with #DFE1EC

Text Example


Text Example

White with #DFE1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE1EC; }

 p { color: rgb(223,225,236); }

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

background-color css

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

 a { background-color: rgb(223,225,236); }

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

border-color css

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

 span { border-color: rgb(223,225,236); }

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