Html Css Color HEX #DAB9E7 Prelude

📋 copy color: '#DAB9E7'

red 218 ◦ green 185 ◦ blue 231

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

Shades of Prelude #DAB9E7

Tints of Prelude #DAB9E7

RGB

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

 GREEN value IS 185 (72.66% from 255) = 29.18%

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

R = 34.38%
G = 29.18%
B = 36.44%

CMYK

 C value IS 0.06

 M value IS 0.20

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DAB9E7 (or 0xDAB9E7) is known color: Prelude. HEX triplet: DA, B9 and E7. RGB value is (218,185,231). Sum of RGB (Red+Green+Blue) = 218+185+231=634 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.38% from 634); Green value is 185 (72.66% from 255 or 29.18% from 634); Blue value is 231 (90.62% from 255 or 36.44% from 634); Max value from RGB is 231 - color contains mainly: blue. Hex color #DAB9E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB9E7 is #254618. Grayscale: #C7C7C7. Windows color (decimal): -2442777 or 15186394. OLE color: 15186394.

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

Color convert

RGB 218 185 231 -
CMYK 0.06 0.20 0 0.09
HSL 283.04º 0.49% 0.82% -
HSV(B) 283.04º 0.2% 0.91% -
XYZ 60.69 55.37 83.09 -
YUV 200.11 145.43 140.76 -
System Red Green Blue C M Y K H S L
Decimal 218 185 231 0.06 0.20 0 0.09 283.04 0.49 0.82
Hex DA B9 E7 6 14 0 9 11B 31 52
Octal 332 271 347 6 24 0 11 433 61 122
Binary 11011010 10111001 11100111 110 10100 0 1001 100011011 110001 1010010

Color Harmonies of #DAB9E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB9E7

Black with #DAB9E7

Text Example


Text Example

White with #DAB9E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB9E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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