Html Css Color HEX #D4D9FD Quartz

📋 copy color: '#D4D9FD'

red 212 ◦ green 217 ◦ blue 253

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

Shades of Quartz #D4D9FD

Tints of Quartz #D4D9FD

RGB

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

 GREEN value IS 217 (85.16% from 255) = 31.82%

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

R = 31.09%
G = 31.82%
B = 37.1%

CMYK

 C value IS 0.16

 M value IS 0.14

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D4D9FD (or 0xD4D9FD) is known color: Quartz. HEX triplet: D4, D9 and FD. RGB value is (212,217,253). Sum of RGB (Red+Green+Blue) = 212+217+253=682 (90% of max value = 765). Red value is 212 (83.20% from 255 or 31.09% from 682); Green value is 217 (85.16% from 255 or 31.82% from 682); Blue value is 253 (99.22% from 255 or 37.10% from 682); Max value from RGB is 253 - color contains mainly: blue. Hex color #D4D9FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4D9FD is #2B2602. Grayscale: #DBDBDB. Windows color (decimal): -2827779 or 16636372. OLE color: 16636372.

HSL color Cylindrical-coordinate representation of color #D4D9FD: hue angle of 232.68º 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 #D4D9FD is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 212 217 253 -
CMYK 0.16 0.14 0 0.01
HSL 232.68º 0.91% 0.91% -
HSV(B) 232.68º 0.16% 0.99% -
XYZ 69.69 70.71 102.9 -
YUV 219.61 146.84 122.57 -
System Red Green Blue C M Y K H S L
Decimal 212 217 253 0.16 0.14 0 0.01 232.68 0.91 0.91
Hex D4 D9 FD 10 E 0 1 E9 5B 5B
Octal 324 331 375 20 16 0 1 351 133 133
Binary 11010100 11011001 11111101 10000 1110 0 1 11101001 1011011 1011011

Color Harmonies of #D4D9FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D9FD

Black with #D4D9FD

Text Example


Text Example

White with #D4D9FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D9FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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