Html Css Color HEX #D1CDEB Quartz

📋 copy color: '#D1CDEB'

red 209 ◦ green 205 ◦ blue 235

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

Shades of Quartz #D1CDEB

Tints of Quartz #D1CDEB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 31.59%

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

R = 32.2%
G = 31.59%
B = 36.21%

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

#D1CDEB (or 0xD1CDEB) is known color: Quartz. HEX triplet: D1, CD and EB. RGB value is (209,205,235). Sum of RGB (Red+Green+Blue) = 209+205+235=649 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.20% from 649); Green value is 205 (80.47% from 255 or 31.59% from 649); Blue value is 235 (92.19% from 255 or 36.21% from 649); Max value from RGB is 235 - color contains mainly: blue. Hex color #D1CDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CDEB is #2E3214. Grayscale: #D1D1D1. Windows color (decimal): -3027477 or 15453649. OLE color: 15453649.

HSL color Cylindrical-coordinate representation of color #D1CDEB: hue angle of 248º degrees, saturation: 0.43, 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 #D1CDEB is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 209 205 235 -
CMYK 0.11 0.13 0 0.08
HSL 248º 0.43% 0.86% -
HSV(B) 248º 0.13% 0.92% -
XYZ 63.12 63.22 87.47 -
YUV 209.62 142.33 127.56 -
System Red Green Blue C M Y K H S L
Decimal 209 205 235 0.11 0.13 0 0.08 248 0.43 0.86
Hex D1 CD EB B D 0 8 F8 2B 56
Octal 321 315 353 13 15 0 10 370 53 126
Binary 11010001 11001101 11101011 1011 1101 0 1000 11111000 101011 1010110

Color Harmonies of #D1CDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CDEB

Black with #D1CDEB

Text Example


Text Example

White with #D1CDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CDEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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