Html Css Color HEX #D1CBEE Quartz

📋 copy color: '#D1CBEE'

red 209 ◦ green 203 ◦ blue 238

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

Shades of Quartz #D1CBEE

Tints of Quartz #D1CBEE

RGB

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

 GREEN value IS 203 (79.69% from 255) = 31.23%

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

R = 32.15%
G = 31.23%
B = 36.62%

CMYK

 C value IS 0.12

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D1CBEE (or 0xD1CBEE) is known color: Quartz. HEX triplet: D1, CB and EE. RGB value is (209,203,238). Sum of RGB (Red+Green+Blue) = 209+203+238=650 (86% of max value = 765). Red value is 209 (82.03% from 255 or 32.15% from 650); Green value is 203 (79.69% from 255 or 31.23% from 650); Blue value is 238 (93.36% from 255 or 36.62% from 650); Max value from RGB is 238 - color contains mainly: blue. Hex color #D1CBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CBEE is #2E3411. Grayscale: #D0D0D0. Windows color (decimal): -3027986 or 15649745. OLE color: 15649745.

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

Color convert

RGB 209 203 238 -
CMYK 0.12 0.15 0 0.07
HSL 250.29º 0.51% 0.86% -
HSV(B) 250.29º 0.15% 0.93% -
XYZ 63.08 62.44 89.62 -
YUV 208.78 144.49 128.15 -
System Red Green Blue C M Y K H S L
Decimal 209 203 238 0.12 0.15 0 0.07 250.29 0.51 0.86
Hex D1 CB EE C F 0 7 FA 33 56
Octal 321 313 356 14 17 0 7 372 63 126
Binary 11010001 11001011 11101110 1100 1111 0 111 11111010 110011 1010110

Color Harmonies of #D1CBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CBEE

Black with #D1CBEE

Text Example


Text Example

White with #D1CBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CBEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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