Html Css Color HEX #DFDCEB Quartz

📋 copy color: '#DFDCEB'

red 223 ◦ green 220 ◦ blue 235

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

Shades of Quartz #DFDCEB

Tints of Quartz #DFDCEB

RGB

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

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

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

R = 32.89%
G = 32.45%
B = 34.66%

CMYK

 C value IS 0.05

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DFDCEB (or 0xDFDCEB) is known color: Quartz. HEX triplet: DF, DC and EB. RGB value is (223,220,235). Sum of RGB (Red+Green+Blue) = 223+220+235=678 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.89% from 678); Green value is 220 (86.33% from 255 or 32.45% from 678); Blue value is 235 (92.19% from 255 or 34.66% from 678); Max value from RGB is 235 - color contains mainly: blue. Hex color #DFDCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDCEB is #202314. Grayscale: #DEDEDE. Windows color (decimal): -2106133 or 15457503. OLE color: 15457503.

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

Color convert

RGB 223 220 235 -
CMYK 0.05 0.06 0 0.08
HSL 252º 0.27% 0.89% -
HSV(B) 252º 0.06% 0.92% -
XYZ 71.02 72.87 88.92 -
YUV 222.61 134.99 128.28 -
System Red Green Blue C M Y K H S L
Decimal 223 220 235 0.05 0.06 0 0.08 252 0.27 0.89
Hex DF DC EB 5 6 0 8 FC 1B 59
Octal 337 334 353 5 6 0 10 374 33 131
Binary 11011111 11011100 11101011 101 110 0 1000 11111100 11011 1011001

Color Harmonies of #DFDCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDCEB

Black with #DFDCEB

Text Example


Text Example

White with #DFDCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDCEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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