Html Css Color HEX #DFE1EF Quartz

📋 copy color: '#DFE1EF'

red 223 ◦ green 225 ◦ blue 239

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

Shades of Quartz #DFE1EF

Tints of Quartz #DFE1EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 34.79%

R = 32.46%
G = 32.75%
B = 34.79%

CMYK

 C value IS 0.07

 M value IS 0.06

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DFE1EF (or 0xDFE1EF) is known color: Quartz. HEX triplet: DF, E1 and EF. RGB value is (223,225,239). Sum of RGB (Red+Green+Blue) = 223+225+239=687 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.46% from 687); Green value is 225 (88.28% from 255 or 32.75% from 687); Blue value is 239 (93.75% from 255 or 34.79% from 687); Max value from RGB is 239 - color contains mainly: blue. Hex color #DFE1EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE1EF is #201E10. Grayscale: #E1E1E1. Windows color (decimal): -2104849 or 15720927. OLE color: 15720927.

HSL color Cylindrical-coordinate representation of color #DFE1EF: hue angle of 232.5º degrees, saturation: 0.33, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DFE1EF is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 223 225 239 -
CMYK 0.07 0.06 0 0.06
HSL 232.5º 0.33% 0.91% -
HSV(B) 232.5º 0.07% 0.94% -
XYZ 72.94 75.77 92.44 -
YUV 226 135.34 125.86 -
System Red Green Blue C M Y K H S L
Decimal 223 225 239 0.07 0.06 0 0.06 232.5 0.33 0.91
Hex DF E1 EF 7 6 0 6 E8 21 5B
Octal 337 341 357 7 6 0 6 350 41 133
Binary 11011111 11100001 11101111 111 110 0 110 11101000 100001 1011011

Color Harmonies of #DFE1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE1EF

Black with #DFE1EF

Text Example


Text Example

White with #DFE1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE1EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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