Html Css Color HEX #DFE0EF Quartz

📋 copy color: '#DFE0EF'

red 223 ◦ green 224 ◦ blue 239

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

Shades of Quartz #DFE0EF

Tints of Quartz #DFE0EF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 32.65%

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

R = 32.51%
G = 32.65%
B = 34.84%

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

#DFE0EF (or 0xDFE0EF) is known color: Quartz. HEX triplet: DF, E0 and EF. RGB value is (223,224,239). Sum of RGB (Red+Green+Blue) = 223+224+239=686 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.51% from 686); Green value is 224 (87.89% from 255 or 32.65% from 686); Blue value is 239 (93.75% from 255 or 34.84% from 686); Max value from RGB is 239 - color contains mainly: blue. Hex color #DFE0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE0EF is #201F10. Grayscale: #E1E1E1. Windows color (decimal): -2105105 or 15720671. OLE color: 15720671.

HSL color Cylindrical-coordinate representation of color #DFE0EF: hue angle of 236.25º 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 #DFE0EF is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 223 224 239 -
CMYK 0.07 0.06 0 0.06
HSL 236.25º 0.33% 0.91% -
HSV(B) 236.25º 0.07% 0.94% -
XYZ 72.67 75.23 92.35 -
YUV 225.41 135.67 126.28 -
System Red Green Blue C M Y K H S L
Decimal 223 224 239 0.07 0.06 0 0.06 236.25 0.33 0.91
Hex DF E0 EF 7 6 0 6 EC 21 5B
Octal 337 340 357 7 6 0 6 354 41 133
Binary 11011111 11100000 11101111 111 110 0 110 11101100 100001 1011011

Color Harmonies of #DFE0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE0EF

Black with #DFE0EF

Text Example


Text Example

White with #DFE0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE0EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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