Html Css Color HEX #D5CEF6 Quartz

📋 copy color: '#D5CEF6'

red 213 ◦ green 206 ◦ blue 246

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

Shades of Quartz #D5CEF6

Tints of Quartz #D5CEF6

RGB

 RED value IS 213 (83.59% from 255) = 32.03%

 GREEN value IS 206 (80.86% from 255) = 30.98%

 BLUE value IS 246 (96.48% from 255) = 36.99%

R = 32.03%
G = 30.98%
B = 36.99%

CMYK

 C value IS 0.13

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D5CEF6 (or 0xD5CEF6) is known color: Quartz. HEX triplet: D5, CE and F6. RGB value is (213,206,246). Sum of RGB (Red+Green+Blue) = 213+206+246=665 (88% of max value = 765). Red value is 213 (83.59% from 255 or 32.03% from 665); Green value is 206 (80.86% from 255 or 30.98% from 665); Blue value is 246 (96.48% from 255 or 36.99% from 665); Max value from RGB is 246 - color contains mainly: blue. Hex color #D5CEF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CEF6 is #2A3109. Grayscale: #D4D4D4. Windows color (decimal): -2765066 or 16174805. OLE color: 16174805.

HSL color Cylindrical-coordinate representation of color #D5CEF6: hue angle of 250.5º degrees, saturation: 0.69, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5CEF6 is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 213 206 246 -
CMYK 0.13 0.16 0 0.04
HSL 250.5º 0.69% 0.89% -
HSV(B) 250.5º 0.16% 0.96% -
XYZ 66.15 64.94 96.24 -
YUV 212.65 146.82 128.25 -
System Red Green Blue C M Y K H S L
Decimal 213 206 246 0.13 0.16 0 0.04 250.5 0.69 0.89
Hex D5 CE F6 D 10 0 4 FB 45 59
Octal 325 316 366 15 20 0 4 373 105 131
Binary 11010101 11001110 11110110 1101 10000 0 100 11111011 1000101 1011001

Color Harmonies of #D5CEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CEF6

Black with #D5CEF6

Text Example


Text Example

White with #D5CEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CEF6; }

 p { color: rgb(213,206,246); }

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

background-color css

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

 a { background-color: rgb(213,206,246); }

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

border-color css

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

 span { border-color: rgb(213,206,246); }

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