#DAEBD6

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

Shades of Blue Romance #DAEBD6

Tints of Blue Romance #DAEBD6

Color information

#DAEBD6 (or 0xDAEBD6) is unknown color: approx Blue Romance. HEX triplet: DA, EB and D6. RGB value is (218,235,214). Sum of RGB (Red+Green+Blue) = 218+235+214=667 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.68% from 667); Green value is 235 (92.19% from 255 or 35.23% from 667); Blue value is 214 (83.98% from 255 or 32.08% from 667); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEBD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEBD6 is #251429. Grayscale: #E3E3E3. Windows color (decimal): -2429994 or 14085082. OLE color: 14085082.

HSL color Cylindrical-coordinate representation of color #DAEBD6: hue angle of 108.57º degrees, saturation: 0.34, 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 #DAEBD6 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB218235214-
CMYK0.0700.090.08
HSL108.57º34.43%88.04%-
HSV(B)108.57º8.94%92.16%-
XYZ70.7679.1875.17-
YUV227.52120.37121.21-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.68%
GREEN value IS 235 (92.19% from 255) = 35.23%
BLUE value IS 214 (83.98% from 255) = 32.08%
R=32.68%
G=35.23%
B=32.08%

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
Decimal2182352140.0700.090.08108.5734.4388.04
HexDAEBD670986d2258
Octal33235332670111015542130
Binary11011010111010111101011011101001100011011011000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEBD6; }

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

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

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

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

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

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

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

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