Html Css Color HEX #DFDCEF Quartz

📋 copy color: '#DFDCEF'

red 223 ◦ green 220 ◦ blue 239

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

Shades of Quartz #DFDCEF

Tints of Quartz #DFDCEF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 32.26%

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

R = 32.7%
G = 32.26%
B = 35.04%

CMYK

 C value IS 0.07

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DFDCEF (or 0xDFDCEF) is known color: Quartz. HEX triplet: DF, DC and EF. RGB value is (223,220,239). Sum of RGB (Red+Green+Blue) = 223+220+239=682 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.70% from 682); Green value is 220 (86.33% from 255 or 32.26% from 682); Blue value is 239 (93.75% from 255 or 35.04% from 682); Max value from RGB is 239 - color contains mainly: blue. Hex color #DFDCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDCEF is #202310. Grayscale: #DEDEDE. Windows color (decimal): -2106129 or 15719647. OLE color: 15719647.

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

Color convert

RGB 223 220 239 -
CMYK 0.07 0.08 0 0.06
HSL 249.47º 0.37% 0.9% -
HSV(B) 249.47º 0.08% 0.94% -
XYZ 71.6 73.11 92 -
YUV 223.06 136.99 127.96 -
System Red Green Blue C M Y K H S L
Decimal 223 220 239 0.07 0.08 0 0.06 249.47 0.37 0.9
Hex DF DC EF 7 8 0 6 F9 25 5A
Octal 337 334 357 7 10 0 6 371 45 132
Binary 11011111 11011100 11101111 111 1000 0 110 11111001 100101 1011010

Color Harmonies of #DFDCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDCEF

Black with #DFDCEF

Text Example


Text Example

White with #DFDCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDCEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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