#DAEBD5

Color #DAEBD5 Blue Romance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Romance #DAEBD5

Tints of Blue Romance #DAEBD5

Color information

#DAEBD5 (or 0xDAEBD5) is unknown color: approx Blue Romance. HEX triplet: DA, EB and D5. RGB value is (218,235,213). Sum of RGB (Red+Green+Blue) = 218+235+213=666 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.73% from 666); Green value is 235 (92.19% from 255 or 35.29% from 666); Blue value is 213 (83.59% from 255 or 31.98% from 666); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEBD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEBD5 is #25142A. Grayscale: #E3E3E3. Windows color (decimal): -2429995 or 14019546. OLE color: 14019546.

HSL color Cylindrical-coordinate representation of color #DAEBD5: hue angle of 106.36º degrees, saturation: 0.35, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DAEBD5 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB218235213-
CMYK0.0700.090.08
HSL106.36º35.48%87.84%-
HSV(B)106.36º9.36%92.16%-
XYZ70.6379.1374.5-
YUV227.41119.87121.29-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.73%
GREEN value IS 235 (92.19% from 255) = 35.29%
BLUE value IS 213 (83.59% from 255) = 31.98%
R=32.73%
G=35.29%
B=31.98%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182352130.0700.090.08106.3635.4887.84
HexDAEBD570986a2358
Octal33235332570111015243130
Binary11011010111010111101010111101001100011010101000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEBD5; }

 p { color: rgb(218,235,213); }

 H1.HeaderClassName
 {
   color: #DAEBD5;
 }
 .AnyTagClassName
 {
   color: #DAEBD5;
 }
</style>
background-color css

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

 a { background-color: rgb(218,235,213); }

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

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

 span { border-color: rgb(218,235,213); }

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