Html Css Color HEX #DFDCF0 Quartz

📋 copy color: '#DFDCF0'

red 223 ◦ green 220 ◦ blue 240

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

Shades of Quartz #DFDCF0

Tints of Quartz #DFDCF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 35.14%

R = 32.65%
G = 32.21%
B = 35.14%

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

#DFDCF0 (or 0xDFDCF0) is known color: Quartz. HEX triplet: DF, DC and F0. RGB value is (223,220,240). Sum of RGB (Red+Green+Blue) = 223+220+240=683 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.65% from 683); Green value is 220 (86.33% from 255 or 32.21% from 683); Blue value is 240 (94.14% from 255 or 35.14% from 683); Max value from RGB is 240 - color contains mainly: blue. Hex color #DFDCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDCF0 is #20230F. Grayscale: #DFDFDF. Windows color (decimal): -2106128 or 15785183. OLE color: 15785183.

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

Color convert

RGB 223 220 240 -
CMYK 0.07 0.08 0 0.06
HSL 249º 0.4% 0.9% -
HSV(B) 249º 0.08% 0.94% -
XYZ 71.75 73.17 92.78 -
YUV 223.18 137.49 127.87 -
System Red Green Blue C M Y K H S L
Decimal 223 220 240 0.07 0.08 0 0.06 249 0.4 0.9
Hex DF DC F0 7 8 0 6 F9 28 5A
Octal 337 334 360 7 10 0 6 371 50 132
Binary 11011111 11011100 11110000 111 1000 0 110 11111001 101000 1011010

Color Harmonies of #DFDCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDCF0

Black with #DFDCF0

Text Example


Text Example

White with #DFDCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDCF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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