Html Css Color HEX #DCE1F9 Quartz

📋 copy color: '#DCE1F9'

red 220 ◦ green 225 ◦ blue 249

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

Shades of Quartz #DCE1F9

Tints of Quartz #DCE1F9

RGB

 RED value IS 220 (86.33% from 255) = 31.7%

 GREEN value IS 225 (88.28% from 255) = 32.42%

 BLUE value IS 249 (97.66% from 255) = 35.88%

R = 31.7%
G = 32.42%
B = 35.88%

CMYK

 C value IS 0.12

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DCE1F9 (or 0xDCE1F9) is known color: Quartz. HEX triplet: DC, E1 and F9. RGB value is (220,225,249). Sum of RGB (Red+Green+Blue) = 220+225+249=694 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.70% from 694); Green value is 225 (88.28% from 255 or 32.42% from 694); Blue value is 249 (97.66% from 255 or 35.88% from 694); Max value from RGB is 249 - color contains mainly: blue. Hex color #DCE1F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE1F9 is #231E06. Grayscale: #E2E2E2. Windows color (decimal): -2301447 or 16376284. OLE color: 16376284.

HSL color Cylindrical-coordinate representation of color #DCE1F9: hue angle of 229.66º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCE1F9 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 225 249 -
CMYK 0.12 0.10 0 0.02
HSL 229.66º 0.71% 0.92% -
HSV(B) 229.66º 0.12% 0.98% -
XYZ 73.54 75.91 100.4 -
YUV 226.24 140.84 123.55 -
System Red Green Blue C M Y K H S L
Decimal 220 225 249 0.12 0.10 0 0.02 229.66 0.71 0.92
Hex DC E1 F9 C A 0 2 E6 47 5C
Octal 334 341 371 14 12 0 2 346 107 134
Binary 11011100 11100001 11111001 1100 1010 0 10 11100110 1000111 1011100

Color Harmonies of #DCE1F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE1F9

Black with #DCE1F9

Text Example


Text Example

White with #DCE1F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE1F9; }

 p { color: rgb(220,225,249); }

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

background-color css

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

 a { background-color: rgb(220,225,249); }

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

border-color css

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

 span { border-color: rgb(220,225,249); }

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