Html Css Color HEX #D4D6FB Quartz

📋 copy color: '#D4D6FB'

red 212 ◦ green 214 ◦ blue 251

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

Shades of Quartz #D4D6FB

Tints of Quartz #D4D6FB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 31.61%

 BLUE value IS 251 (98.44% from 255) = 37.08%

R = 31.31%
G = 31.61%
B = 37.08%

CMYK

 C value IS 0.16

 M value IS 0.15

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D4D6FB (or 0xD4D6FB) is known color: Quartz. HEX triplet: D4, D6 and FB. RGB value is (212,214,251). Sum of RGB (Red+Green+Blue) = 212+214+251=677 (89% of max value = 765). Red value is 212 (83.20% from 255 or 31.31% from 677); Green value is 214 (83.98% from 255 or 31.61% from 677); Blue value is 251 (98.44% from 255 or 37.08% from 677); Max value from RGB is 251 - color contains mainly: blue. Hex color #D4D6FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4D6FB is #2B2904. Grayscale: #D9D9D9. Windows color (decimal): -2828549 or 16504532. OLE color: 16504532.

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

Color convert

RGB 212 214 251 -
CMYK 0.16 0.15 0 0.02
HSL 236.92º 0.83% 0.91% -
HSV(B) 236.92º 0.16% 0.98% -
XYZ 68.61 69.06 100.98 -
YUV 217.62 146.84 123.99 -
System Red Green Blue C M Y K H S L
Decimal 212 214 251 0.16 0.15 0 0.02 236.92 0.83 0.91
Hex D4 D6 FB 10 F 0 2 ED 53 5B
Octal 324 326 373 20 17 0 2 355 123 133
Binary 11010100 11010110 11111011 10000 1111 0 10 11101101 1010011 1011011

Color Harmonies of #D4D6FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D6FB

Black with #D4D6FB

Text Example


Text Example

White with #D4D6FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D6FB; }

 p { color: rgb(212,214,251); }

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

background-color css

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

 a { background-color: rgb(212,214,251); }

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

border-color css

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

 span { border-color: rgb(212,214,251); }

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