Html Css Color HEX #DFDEEE Quartz

📋 copy color: '#DFDEEE'

red 223 ◦ green 222 ◦ blue 238

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

Shades of Quartz #DFDEEE

Tints of Quartz #DFDEEE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 32.5%

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

R = 32.65%
G = 32.5%
B = 34.85%

CMYK

 C value IS 0.06

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DFDEEE (or 0xDFDEEE) is known color: Quartz. HEX triplet: DF, DE and EE. RGB value is (223,222,238). Sum of RGB (Red+Green+Blue) = 223+222+238=683 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.65% from 683); Green value is 222 (87.11% from 255 or 32.50% from 683); Blue value is 238 (93.36% from 255 or 34.85% from 683); Max value from RGB is 238 - color contains mainly: blue. Hex color #DFDEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDEEE is #202111. Grayscale: #E0E0E0. Windows color (decimal): -2105618 or 15654623. OLE color: 15654623.

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

Color convert

RGB 223 222 238 -
CMYK 0.06 0.07 0 0.07
HSL 243.75º 0.32% 0.9% -
HSV(B) 243.75º 0.07% 0.93% -
XYZ 71.99 74.1 91.4 -
YUV 224.12 135.83 127.2 -
System Red Green Blue C M Y K H S L
Decimal 223 222 238 0.06 0.07 0 0.07 243.75 0.32 0.9
Hex DF DE EE 6 7 0 7 F4 20 5A
Octal 337 336 356 6 7 0 7 364 40 132
Binary 11011111 11011110 11101110 110 111 0 111 11110100 100000 1011010

Color Harmonies of #DFDEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDEEE

Black with #DFDEEE

Text Example


Text Example

White with #DFDEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDEEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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