Html Css Color HEX #D9CFFA Quartz

📋 copy color: '#D9CFFA'

red 217 ◦ green 207 ◦ blue 250

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

Shades of Quartz #D9CFFA

Tints of Quartz #D9CFFA

RGB

 RED value IS 217 (85.16% from 255) = 32.2%

 GREEN value IS 207 (81.25% from 255) = 30.71%

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

R = 32.2%
G = 30.71%
B = 37.09%

CMYK

 C value IS 0.13

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D9CFFA (or 0xD9CFFA) is known color: Quartz. HEX triplet: D9, CF and FA. RGB value is (217,207,250). Sum of RGB (Red+Green+Blue) = 217+207+250=674 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.20% from 674); Green value is 207 (81.25% from 255 or 30.71% from 674); Blue value is 250 (98.05% from 255 or 37.09% from 674); Max value from RGB is 250 - color contains mainly: blue. Hex color #D9CFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CFFA is #263005. Grayscale: #D6D6D6. Windows color (decimal): -2502662 or 16437209. OLE color: 16437209.

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

Color convert

RGB 217 207 250 -
CMYK 0.13 0.17 0 0.02
HSL 253.95º 0.81% 0.9% -
HSV(B) 253.95º 0.17% 0.98% -
XYZ 68.18 66.28 99.64 -
YUV 214.89 147.81 129.5 -
System Red Green Blue C M Y K H S L
Decimal 217 207 250 0.13 0.17 0 0.02 253.95 0.81 0.9
Hex D9 CF FA D 11 0 2 FE 51 5A
Octal 331 317 372 15 21 0 2 376 121 132
Binary 11011001 11001111 11111010 1101 10001 0 10 11111110 1010001 1011010

Color Harmonies of #D9CFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CFFA

Black with #D9CFFA

Text Example


Text Example

White with #D9CFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CFFA; }

 p { color: rgb(217,207,250); }

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

background-color css

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

 a { background-color: rgb(217,207,250); }

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

border-color css

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

 span { border-color: rgb(217,207,250); }

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