Html Css Color HEX #DFDFEE Quartz

📋 copy color: '#DFDFEE'

red 223 ◦ green 223 ◦ blue 238

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

Shades of Quartz #DFDFEE

Tints of Quartz #DFDFEE

RGB

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

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

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

R = 32.6%
G = 32.6%
B = 34.8%

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

#DFDFEE (or 0xDFDFEE) is known color: Quartz. HEX triplet: DF, DF and EE. RGB value is (223,223,238). Sum of RGB (Red+Green+Blue) = 223+223+238=684 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.60% from 684); Green value is 223 (87.5% from 255 or 32.60% from 684); Blue value is 238 (93.36% from 255 or 34.80% from 684); Max value from RGB is 238 - color contains mainly: blue. Hex color #DFDFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDFEE is #202011. Grayscale: #E0E0E0. Windows color (decimal): -2105362 or 15654879. OLE color: 15654879.

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

Color convert

RGB 223 223 238 -
CMYK 0.06 0.06 0 0.07
HSL 240º 0.31% 0.9% -
HSV(B) 240º 0.06% 0.93% -
XYZ 72.25 74.64 91.49 -
YUV 224.71 135.5 126.78 -
System Red Green Blue C M Y K H S L
Decimal 223 223 238 0.06 0.06 0 0.07 240 0.31 0.9
Hex DF DF EE 6 6 0 7 F0 1F 5A
Octal 337 337 356 6 6 0 7 360 37 132
Binary 11011111 11011111 11101110 110 110 0 111 11110000 11111 1011010

Color Harmonies of #DFDFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDFEE

Black with #DFDFEE

Text Example


Text Example

White with #DFDFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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