Html Css Color HEX #DABAE5 Prelude

📋 copy color: '#DABAE5'

red 218 ◦ green 186 ◦ blue 229

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

Shades of Prelude #DABAE5

Tints of Prelude #DABAE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 36.18%

R = 34.44%
G = 29.38%
B = 36.18%

CMYK

 C value IS 0.05

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DABAE5 (or 0xDABAE5) is known color: Prelude. HEX triplet: DA, BA and E5. RGB value is (218,186,229). Sum of RGB (Red+Green+Blue) = 218+186+229=633 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.44% from 633); Green value is 186 (73.05% from 255 or 29.38% from 633); Blue value is 229 (89.84% from 255 or 36.18% from 633); Max value from RGB is 229 - color contains mainly: blue. Hex color #DABAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABAE5 is #25451A. Grayscale: #C8C8C8. Windows color (decimal): -2442523 or 15055578. OLE color: 15055578.

HSL color Cylindrical-coordinate representation of color #DABAE5: hue angle of 284.65º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DABAE5 is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 218 186 229 -
CMYK 0.05 0.19 0 0.10
HSL 284.65º 0.45% 0.81% -
HSV(B) 284.65º 0.19% 0.9% -
XYZ 60.62 55.68 81.68 -
YUV 200.47 144.1 140.5 -
System Red Green Blue C M Y K H S L
Decimal 218 186 229 0.05 0.19 0 0.10 284.65 0.45 0.81
Hex DA BA E5 5 13 0 A 11D 2D 51
Octal 332 272 345 5 23 0 12 435 55 121
Binary 11011010 10111010 11100101 101 10011 0 1010 100011101 101101 1010001

Color Harmonies of #DABAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABAE5

Black with #DABAE5

Text Example


Text Example

White with #DABAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABAE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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