Html Css Color HEX #D5CEF2 Quartz

📋 copy color: '#D5CEF2'

red 213 ◦ green 206 ◦ blue 242

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

Shades of Quartz #D5CEF2

Tints of Quartz #D5CEF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 36.61%

R = 32.22%
G = 31.16%
B = 36.61%

CMYK

 C value IS 0.12

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D5CEF2 (or 0xD5CEF2) is known color: Quartz. HEX triplet: D5, CE and F2. RGB value is (213,206,242). Sum of RGB (Red+Green+Blue) = 213+206+242=661 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.22% from 661); Green value is 206 (80.86% from 255 or 31.16% from 661); Blue value is 242 (94.92% from 255 or 36.61% from 661); Max value from RGB is 242 - color contains mainly: blue. Hex color #D5CEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CEF2 is #2A310D. Grayscale: #D4D4D4. Windows color (decimal): -2765070 or 15912661. OLE color: 15912661.

HSL color Cylindrical-coordinate representation of color #D5CEF2: hue angle of 251.67º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5CEF2 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 213 206 242 -
CMYK 0.12 0.15 0 0.05
HSL 251.67º 0.58% 0.88% -
HSV(B) 251.67º 0.15% 0.95% -
XYZ 65.54 64.7 93.04 -
YUV 212.2 144.82 128.57 -
System Red Green Blue C M Y K H S L
Decimal 213 206 242 0.12 0.15 0 0.05 251.67 0.58 0.88
Hex D5 CE F2 C F 0 5 FC 3A 58
Octal 325 316 362 14 17 0 5 374 72 130
Binary 11010101 11001110 11110010 1100 1111 0 101 11111100 111010 1011000

Color Harmonies of #D5CEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CEF2

Black with #D5CEF2

Text Example


Text Example

White with #D5CEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CEF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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