Html Css Color HEX #D4D7FD Quartz

📋 copy color: '#D4D7FD'

red 212 ◦ green 215 ◦ blue 253

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

Shades of Quartz #D4D7FD

Tints of Quartz #D4D7FD

RGB

 RED value IS 212 (83.2% from 255) = 31.18%

 GREEN value IS 215 (84.38% from 255) = 31.62%

 BLUE value IS 253 (99.22% from 255) = 37.21%

R = 31.18%
G = 31.62%
B = 37.21%

CMYK

 C value IS 0.16

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D4D7FD (or 0xD4D7FD) is known color: Quartz. HEX triplet: D4, D7 and FD. RGB value is (212,215,253). Sum of RGB (Red+Green+Blue) = 212+215+253=680 (90% of max value = 765). Red value is 212 (83.20% from 255 or 31.18% from 680); Green value is 215 (84.38% from 255 or 31.62% from 680); Blue value is 253 (99.22% from 255 or 37.21% from 680); Max value from RGB is 253 - color contains mainly: blue. Hex color #D4D7FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4D7FD is #2B2802. Grayscale: #DADADA. Windows color (decimal): -2828291 or 16635860. OLE color: 16635860.

HSL color Cylindrical-coordinate representation of color #D4D7FD: hue angle of 235.61º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D4D7FD is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 212 215 253 -
CMYK 0.16 0.15 0 0.01
HSL 235.61º 0.91% 0.91% -
HSV(B) 235.61º 0.16% 0.99% -
XYZ 69.18 69.69 102.73 -
YUV 218.44 147.51 123.41 -
System Red Green Blue C M Y K H S L
Decimal 212 215 253 0.16 0.15 0 0.01 235.61 0.91 0.91
Hex D4 D7 FD 10 F 0 1 EC 5B 5B
Octal 324 327 375 20 17 0 1 354 133 133
Binary 11010100 11010111 11111101 10000 1111 0 1 11101100 1011011 1011011

Color Harmonies of #D4D7FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D7FD

Black with #D4D7FD

Text Example


Text Example

White with #D4D7FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D7FD; }

 p { color: rgb(212,215,253); }

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

background-color css

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

 a { background-color: rgb(212,215,253); }

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

border-color css

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

 span { border-color: rgb(212,215,253); }

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