Html Css Color HEX #DFE0EE Quartz

📋 copy color: '#DFE0EE'

red 223 ◦ green 224 ◦ blue 238

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

Shades of Quartz #DFE0EE

Tints of Quartz #DFE0EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 34.74%

R = 32.55%
G = 32.7%
B = 34.74%

CMYK

 C value IS 0.06

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DFE0EE (or 0xDFE0EE) is known color: Quartz. HEX triplet: DF, E0 and EE. RGB value is (223,224,238). Sum of RGB (Red+Green+Blue) = 223+224+238=685 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.55% from 685); Green value is 224 (87.89% from 255 or 32.70% from 685); Blue value is 238 (93.36% from 255 or 34.74% from 685); Max value from RGB is 238 - color contains mainly: blue. Hex color #DFE0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE0EE is #201F11. Grayscale: #E1E1E1. Windows color (decimal): -2105106 or 15655135. OLE color: 15655135.

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

Color convert

RGB 223 224 238 -
CMYK 0.06 0.06 0 0.07
HSL 236º 0.31% 0.9% -
HSV(B) 236º 0.06% 0.93% -
XYZ 72.52 75.17 91.58 -
YUV 225.3 135.17 126.36 -
System Red Green Blue C M Y K H S L
Decimal 223 224 238 0.06 0.06 0 0.07 236 0.31 0.9
Hex DF E0 EE 6 6 0 7 EC 1F 5A
Octal 337 340 356 6 6 0 7 354 37 132
Binary 11011111 11100000 11101110 110 110 0 111 11101100 11111 1011010

Color Harmonies of #DFE0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE0EE

Black with #DFE0EE

Text Example


Text Example

White with #DFE0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE0EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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