Html Css Color HEX #D4CFF1 Quartz

📋 copy color: '#D4CFF1'

red 212 ◦ green 207 ◦ blue 241

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

Shades of Quartz #D4CFF1

Tints of Quartz #D4CFF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 36.52%

R = 32.12%
G = 31.36%
B = 36.52%

CMYK

 C value IS 0.12

 M value IS 0.14

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D4CFF1 (or 0xD4CFF1) is known color: Quartz. HEX triplet: D4, CF and F1. RGB value is (212,207,241). Sum of RGB (Red+Green+Blue) = 212+207+241=660 (87% of max value = 765). Red value is 212 (83.20% from 255 or 32.12% from 660); Green value is 207 (81.25% from 255 or 31.36% from 660); Blue value is 241 (94.53% from 255 or 36.52% from 660); Max value from RGB is 241 - color contains mainly: blue. Hex color #D4CFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CFF1 is #2B300E. Grayscale: #D4D4D4. Windows color (decimal): -2830351 or 15847380. OLE color: 15847380.

HSL color Cylindrical-coordinate representation of color #D4CFF1: hue angle of 248.82º degrees, saturation: 0.55, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D4CFF1 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 212 207 241 -
CMYK 0.12 0.14 0 0.05
HSL 248.82º 0.55% 0.88% -
HSV(B) 248.82º 0.14% 0.95% -
XYZ 65.34 64.97 92.32 -
YUV 212.37 144.16 127.74 -
System Red Green Blue C M Y K H S L
Decimal 212 207 241 0.12 0.14 0 0.05 248.82 0.55 0.88
Hex D4 CF F1 C E 0 5 F9 37 58
Octal 324 317 361 14 16 0 5 371 67 130
Binary 11010100 11001111 11110001 1100 1110 0 101 11111001 110111 1011000

Color Harmonies of #D4CFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CFF1

Black with #D4CFF1

Text Example


Text Example

White with #D4CFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CFF1; }

 p { color: rgb(212,207,241); }

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

background-color css

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

 a { background-color: rgb(212,207,241); }

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

border-color css

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

 span { border-color: rgb(212,207,241); }

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