Html Css Color HEX #D6BEE0 Prelude

📋 copy color: '#D6BEE0'

red 214 ◦ green 190 ◦ blue 224

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

Shades of Prelude #D6BEE0

Tints of Prelude #D6BEE0

RGB

 RED value IS 214 (83.98% from 255) = 34.08%

 GREEN value IS 190 (74.61% from 255) = 30.25%

 BLUE value IS 224 (87.89% from 255) = 35.67%

R = 34.08%
G = 30.25%
B = 35.67%

CMYK

 C value IS 0.04

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D6BEE0 (or 0xD6BEE0) is known color: Prelude. HEX triplet: D6, BE and E0. RGB value is (214,190,224). Sum of RGB (Red+Green+Blue) = 214+190+224=628 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.08% from 628); Green value is 190 (74.61% from 255 or 30.25% from 628); Blue value is 224 (87.89% from 255 or 35.67% from 628); Max value from RGB is 224 - color contains mainly: blue. Hex color #D6BEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BEE0 is #29411F. Grayscale: #C8C8C8. Windows color (decimal): -2703648 or 14728918. OLE color: 14728918.

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

Color convert

RGB 214 190 224 -
CMYK 0.04 0.15 0 0.12
HSL 282.35º 0.35% 0.81% -
HSV(B) 282.35º 0.15% 0.88% -
XYZ 59.6 56.5 78.29 -
YUV 201.05 140.95 137.24 -
System Red Green Blue C M Y K H S L
Decimal 214 190 224 0.04 0.15 0 0.12 282.35 0.35 0.81
Hex D6 BE E0 4 F 0 C 11A 23 51
Octal 326 276 340 4 17 0 14 432 43 121
Binary 11010110 10111110 11100000 100 1111 0 1100 100011010 100011 1010001

Color Harmonies of #D6BEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BEE0

Black with #D6BEE0

Text Example


Text Example

White with #D6BEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BEE0; }

 p { color: rgb(214,190,224); }

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

background-color css

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

 a { background-color: rgb(214,190,224); }

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

border-color css

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

 span { border-color: rgb(214,190,224); }

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