Html Css Color HEX #DFE0EB Quartz

📋 copy color: '#DFE0EB'

red 223 ◦ green 224 ◦ blue 235

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

Shades of Quartz #DFE0EB

Tints of Quartz #DFE0EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 34.46%

R = 32.7%
G = 32.84%
B = 34.46%

CMYK

 C value IS 0.05

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DFE0EB (or 0xDFE0EB) is known color: Quartz. HEX triplet: DF, E0 and EB. RGB value is (223,224,235). Sum of RGB (Red+Green+Blue) = 223+224+235=682 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.70% from 682); Green value is 224 (87.89% from 255 or 32.84% from 682); Blue value is 235 (92.19% from 255 or 34.46% from 682); Max value from RGB is 235 - color contains mainly: blue. Hex color #DFE0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE0EB is #201F14. Grayscale: #E0E0E0. Windows color (decimal): -2105109 or 15458527. OLE color: 15458527.

HSL color Cylindrical-coordinate representation of color #DFE0EB: hue angle of 235º degrees, saturation: 0.23, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DFE0EB is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 223 224 235 -
CMYK 0.05 0.05 0 0.08
HSL 235º 0.23% 0.9% -
HSV(B) 235º 0.05% 0.92% -
XYZ 72.08 75 89.27 -
YUV 224.96 133.67 126.61 -
System Red Green Blue C M Y K H S L
Decimal 223 224 235 0.05 0.05 0 0.08 235 0.23 0.9
Hex DF E0 EB 5 5 0 8 EB 17 5A
Octal 337 340 353 5 5 0 10 353 27 132
Binary 11011111 11100000 11101011 101 101 0 1000 11101011 10111 1011010

Color Harmonies of #DFE0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE0EB

Black with #DFE0EB

Text Example


Text Example

White with #DFE0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE0EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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