Html Css Color HEX #D2D8FA Quartz

📋 copy color: '#D2D8FA'

red 210 ◦ green 216 ◦ blue 250

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

Shades of Quartz #D2D8FA

Tints of Quartz #D2D8FA

RGB

 RED value IS 210 (82.42% from 255) = 31.07%

 GREEN value IS 216 (84.77% from 255) = 31.95%

 BLUE value IS 250 (98.05% from 255) = 36.98%

R = 31.07%
G = 31.95%
B = 36.98%

CMYK

 C value IS 0.16

 M value IS 0.14

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D2D8FA (or 0xD2D8FA) is known color: Quartz. HEX triplet: D2, D8 and FA. RGB value is (210,216,250). Sum of RGB (Red+Green+Blue) = 210+216+250=676 (89% of max value = 765). Red value is 210 (82.42% from 255 or 31.07% from 676); Green value is 216 (84.77% from 255 or 31.95% from 676); Blue value is 250 (98.05% from 255 or 36.98% from 676); Max value from RGB is 250 - color contains mainly: blue. Hex color #D2D8FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2D8FA is #2D2705. Grayscale: #D9D9D9. Windows color (decimal): -2959110 or 16439506. OLE color: 16439506.

HSL color Cylindrical-coordinate representation of color #D2D8FA: hue angle of 231º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D2D8FA is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 216 250 -
CMYK 0.16 0.14 0 0.02
HSL 231º 0.8% 0.9% -
HSV(B) 231º 0.16% 0.98% -
XYZ 68.39 69.72 100.29 -
YUV 218.08 146.01 122.24 -
System Red Green Blue C M Y K H S L
Decimal 210 216 250 0.16 0.14 0 0.02 231 0.8 0.9
Hex D2 D8 FA 10 E 0 2 E7 50 5A
Octal 322 330 372 20 16 0 2 347 120 132
Binary 11010010 11011000 11111010 10000 1110 0 10 11100111 1010000 1011010

Color Harmonies of #D2D8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D8FA

Black with #D2D8FA

Text Example


Text Example

White with #D2D8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D8FA; }

 p { color: rgb(210,216,250); }

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

background-color css

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

 a { background-color: rgb(210,216,250); }

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

border-color css

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

 span { border-color: rgb(210,216,250); }

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