Html Css Color HEX #D1CCEB Quartz

📋 copy color: '#D1CCEB'

red 209 ◦ green 204 ◦ blue 235

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

Shades of Quartz #D1CCEB

Tints of Quartz #D1CCEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 36.27%

R = 32.25%
G = 31.48%
B = 36.27%

CMYK

 C value IS 0.11

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D1CCEB (or 0xD1CCEB) is known color: Quartz. HEX triplet: D1, CC and EB. RGB value is (209,204,235). Sum of RGB (Red+Green+Blue) = 209+204+235=648 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.25% from 648); Green value is 204 (80.08% from 255 or 31.48% from 648); Blue value is 235 (92.19% from 255 or 36.27% from 648); Max value from RGB is 235 - color contains mainly: blue. Hex color #D1CCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CCEB is #2E3314. Grayscale: #D0D0D0. Windows color (decimal): -3027733 or 15453393. OLE color: 15453393.

HSL color Cylindrical-coordinate representation of color #D1CCEB: hue angle of 249.68º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D1CCEB is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 209 204 235 -
CMYK 0.11 0.13 0 0.08
HSL 249.68º 0.44% 0.86% -
HSV(B) 249.68º 0.13% 0.92% -
XYZ 62.88 62.74 87.39 -
YUV 209.03 142.66 127.98 -
System Red Green Blue C M Y K H S L
Decimal 209 204 235 0.11 0.13 0 0.08 249.68 0.44 0.86
Hex D1 CC EB B D 0 8 FA 2C 56
Octal 321 314 353 13 15 0 10 372 54 126
Binary 11010001 11001100 11101011 1011 1101 0 1000 11111010 101100 1010110

Color Harmonies of #D1CCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CCEB

Black with #D1CCEB

Text Example


Text Example

White with #D1CCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CCEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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