Html Css Color HEX #D1CCEC Quartz

📋 copy color: '#D1CCEC'

red 209 ◦ green 204 ◦ blue 236

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

Shades of Quartz #D1CCEC

Tints of Quartz #D1CCEC

RGB

 RED value IS 209 (82.03% from 255) = 32.2%

 GREEN value IS 204 (80.08% from 255) = 31.43%

 BLUE value IS 236 (92.58% from 255) = 36.36%

R = 32.2%
G = 31.43%
B = 36.36%

CMYK

 C value IS 0.11

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D1CCEC (or 0xD1CCEC) is known color: Quartz. HEX triplet: D1, CC and EC. RGB value is (209,204,236). Sum of RGB (Red+Green+Blue) = 209+204+236=649 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.20% from 649); Green value is 204 (80.08% from 255 or 31.43% from 649); Blue value is 236 (92.58% from 255 or 36.36% from 649); Max value from RGB is 236 - color contains mainly: blue. Hex color #D1CCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CCEC is #2E3313. Grayscale: #D1D1D1. Windows color (decimal): -3027732 or 15518929. OLE color: 15518929.

HSL color Cylindrical-coordinate representation of color #D1CCEC: hue angle of 249.38º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D1CCEC is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 204 236 -
CMYK 0.11 0.14 0 0.07
HSL 249.38º 0.46% 0.86% -
HSV(B) 249.38º 0.14% 0.93% -
XYZ 63.03 62.8 88.16 -
YUV 209.14 143.16 127.9 -
System Red Green Blue C M Y K H S L
Decimal 209 204 236 0.11 0.14 0 0.07 249.38 0.46 0.86
Hex D1 CC EC B E 0 7 F9 2E 56
Octal 321 314 354 13 16 0 7 371 56 126
Binary 11010001 11001100 11101100 1011 1110 0 111 11111001 101110 1010110

Color Harmonies of #D1CCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CCEC

Black with #D1CCEC

Text Example


Text Example

White with #D1CCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CCEC; }

 p { color: rgb(209,204,236); }

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

background-color css

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

 a { background-color: rgb(209,204,236); }

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

border-color css

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

 span { border-color: rgb(209,204,236); }

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