Html Css Color HEX #DAB4E7 Prelude

📋 copy color: '#DAB4E7'

red 218 ◦ green 180 ◦ blue 231

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

Shades of Prelude #DAB4E7

Tints of Prelude #DAB4E7

RGB

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

 GREEN value IS 180 (70.7% from 255) = 28.62%

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

R = 34.66%
G = 28.62%
B = 36.72%

CMYK

 C value IS 0.06

 M value IS 0.22

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DAB4E7 (or 0xDAB4E7) is known color: Prelude. HEX triplet: DA, B4 and E7. RGB value is (218,180,231). Sum of RGB (Red+Green+Blue) = 218+180+231=629 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.66% from 629); Green value is 180 (70.70% from 255 or 28.62% from 629); Blue value is 231 (90.62% from 255 or 36.72% from 629); Max value from RGB is 231 - color contains mainly: blue. Hex color #DAB4E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB4E7 is #254B18. Grayscale: #C5C5C5. Windows color (decimal): -2444057 or 15185114. OLE color: 15185114.

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

Color convert

RGB 218 180 231 -
CMYK 0.06 0.22 0 0.09
HSL 284.71º 0.52% 0.81% -
HSV(B) 284.71º 0.22% 0.91% -
XYZ 59.66 53.32 82.75 -
YUV 197.18 147.09 142.85 -
System Red Green Blue C M Y K H S L
Decimal 218 180 231 0.06 0.22 0 0.09 284.71 0.52 0.81
Hex DA B4 E7 6 16 0 9 11D 34 51
Octal 332 264 347 6 26 0 11 435 64 121
Binary 11011010 10110100 11100111 110 10110 0 1001 100011101 110100 1010001

Color Harmonies of #DAB4E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB4E7

Black with #DAB4E7

Text Example


Text Example

White with #DAB4E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB4E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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