Html Css Color HEX #DABAE7 Prelude

📋 copy color: '#DABAE7'

red 218 ◦ green 186 ◦ blue 231

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

Shades of Prelude #DABAE7

Tints of Prelude #DABAE7

RGB

 RED value IS 218 (85.55% from 255) = 34.33%

 GREEN value IS 186 (73.05% from 255) = 29.29%

 BLUE value IS 231 (90.63% from 255) = 36.38%

R = 34.33%
G = 29.29%
B = 36.38%

CMYK

 C value IS 0.06

 M value IS 0.19

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DABAE7 (or 0xDABAE7) is known color: Prelude. HEX triplet: DA, BA and E7. RGB value is (218,186,231). Sum of RGB (Red+Green+Blue) = 218+186+231=635 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.33% from 635); Green value is 186 (73.05% from 255 or 29.29% from 635); Blue value is 231 (90.62% from 255 or 36.38% from 635); Max value from RGB is 231 - color contains mainly: blue. Hex color #DABAE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABAE7 is #254518. Grayscale: #C8C8C8. Windows color (decimal): -2442521 or 15186650. OLE color: 15186650.

HSL color Cylindrical-coordinate representation of color #DABAE7: hue angle of 282.67º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DABAE7 is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 218 186 231 -
CMYK 0.06 0.19 0 0.09
HSL 282.67º 0.48% 0.82% -
HSV(B) 282.67º 0.19% 0.91% -
XYZ 60.9 55.79 83.16 -
YUV 200.7 145.1 140.34 -
System Red Green Blue C M Y K H S L
Decimal 218 186 231 0.06 0.19 0 0.09 282.67 0.48 0.82
Hex DA BA E7 6 13 0 9 11B 30 52
Octal 332 272 347 6 23 0 11 433 60 122
Binary 11011010 10111010 11100111 110 10011 0 1001 100011011 110000 1010010

Color Harmonies of #DABAE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABAE7

Black with #DABAE7

Text Example


Text Example

White with #DABAE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABAE7; }

 p { color: rgb(218,186,231); }

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

background-color css

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

 a { background-color: rgb(218,186,231); }

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

border-color css

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

 span { border-color: rgb(218,186,231); }

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