Html Css Color HEX #D1CFEB Quartz

📋 copy color: '#D1CFEB'

red 209 ◦ green 207 ◦ blue 235

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

Shades of Quartz #D1CFEB

Tints of Quartz #D1CFEB

RGB

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

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

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

R = 32.1%
G = 31.8%
B = 36.1%

CMYK

 C value IS 0.11

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D1CFEB (or 0xD1CFEB) is known color: Quartz. HEX triplet: D1, CF and EB. RGB value is (209,207,235). Sum of RGB (Red+Green+Blue) = 209+207+235=651 (86% of max value = 765). Red value is 209 (82.03% from 255 or 32.10% from 651); Green value is 207 (81.25% from 255 or 31.80% from 651); Blue value is 235 (92.19% from 255 or 36.10% from 651); Max value from RGB is 235 - color contains mainly: blue. Hex color #D1CFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CFEB is #2E3014. Grayscale: #D2D2D2. Windows color (decimal): -3026965 or 15454161. OLE color: 15454161.

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

Color convert

RGB 209 207 235 -
CMYK 0.11 0.12 0 0.08
HSL 244.29º 0.41% 0.87% -
HSV(B) 244.29º 0.12% 0.92% -
XYZ 63.6 64.18 87.63 -
YUV 210.79 141.66 126.72 -
System Red Green Blue C M Y K H S L
Decimal 209 207 235 0.11 0.12 0 0.08 244.29 0.41 0.87
Hex D1 CF EB B C 0 8 F4 29 57
Octal 321 317 353 13 14 0 10 364 51 127
Binary 11010001 11001111 11101011 1011 1100 0 1000 11110100 101001 1010111

Color Harmonies of #D1CFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CFEB

Black with #D1CFEB

Text Example


Text Example

White with #D1CFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CFEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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