Html Css Color HEX #DABDE6 Prelude

📋 copy color: '#DABDE6'

red 218 ◦ green 189 ◦ blue 230

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

Shades of Prelude #DABDE6

Tints of Prelude #DABDE6

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.67%

 BLUE value IS 230 (90.23% from 255) = 36.11%

R = 34.22%
G = 29.67%
B = 36.11%

CMYK

 C value IS 0.05

 M value IS 0.18

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DABDE6 (or 0xDABDE6) is known color: Prelude. HEX triplet: DA, BD and E6. RGB value is (218,189,230). Sum of RGB (Red+Green+Blue) = 218+189+230=637 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.22% from 637); Green value is 189 (74.22% from 255 or 29.67% from 637); Blue value is 230 (90.23% from 255 or 36.11% from 637); Max value from RGB is 230 - color contains mainly: blue. Hex color #DABDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DABDE6 is #254219. Grayscale: #CACACA. Windows color (decimal): -2441754 or 15121882. OLE color: 15121882.

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

Color convert

RGB 218 189 230 -
CMYK 0.05 0.18 0 0.10
HSL 282.44º 0.45% 0.82% -
HSV(B) 282.44º 0.18% 0.9% -
XYZ 61.39 57.01 82.63 -
YUV 202.35 143.61 139.17 -
System Red Green Blue C M Y K H S L
Decimal 218 189 230 0.05 0.18 0 0.10 282.44 0.45 0.82
Hex DA BD E6 5 12 0 A 11A 2D 52
Octal 332 275 346 5 22 0 12 432 55 122
Binary 11011010 10111101 11100110 101 10010 0 1010 100011010 101101 1010010

Color Harmonies of #DABDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABDE6

Black with #DABDE6

Text Example


Text Example

White with #DABDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABDE6; }

 p { color: rgb(218,189,230); }

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

background-color css

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

 a { background-color: rgb(218,189,230); }

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

border-color css

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

 span { border-color: rgb(218,189,230); }

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