Html Css Color HEX #D1CDEE Quartz

📋 copy color: '#D1CDEE'

red 209 ◦ green 205 ◦ blue 238

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

Shades of Quartz #D1CDEE

Tints of Quartz #D1CDEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 36.5%

R = 32.06%
G = 31.44%
B = 36.5%

CMYK

 C value IS 0.12

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D1CDEE (or 0xD1CDEE) is known color: Quartz. HEX triplet: D1, CD and EE. RGB value is (209,205,238). Sum of RGB (Red+Green+Blue) = 209+205+238=652 (86% of max value = 765). Red value is 209 (82.03% from 255 or 32.06% from 652); Green value is 205 (80.47% from 255 or 31.44% from 652); Blue value is 238 (93.36% from 255 or 36.50% from 652); Max value from RGB is 238 - color contains mainly: blue. Hex color #D1CDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CDEE is #2E3211. Grayscale: #D1D1D1. Windows color (decimal): -3027474 or 15650257. OLE color: 15650257.

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

Color convert

RGB 209 205 238 -
CMYK 0.12 0.14 0 0.07
HSL 247.27º 0.49% 0.87% -
HSV(B) 247.27º 0.14% 0.93% -
XYZ 63.56 63.39 89.77 -
YUV 209.96 143.83 127.32 -
System Red Green Blue C M Y K H S L
Decimal 209 205 238 0.12 0.14 0 0.07 247.27 0.49 0.87
Hex D1 CD EE C E 0 7 F7 31 57
Octal 321 315 356 14 16 0 7 367 61 127
Binary 11010001 11001101 11101110 1100 1110 0 111 11110111 110001 1010111

Color Harmonies of #D1CDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CDEE

Black with #D1CDEE

Text Example


Text Example

White with #D1CDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CDEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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