#DAEDD6

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

Shades of Blue Romance #DAEDD6

Tints of Blue Romance #DAEDD6

Color information

#DAEDD6 (or 0xDAEDD6) is unknown color: approx Blue Romance. HEX triplet: DA, ED and D6. RGB value is (218,237,214). Sum of RGB (Red+Green+Blue) = 218+237+214=669 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.59% from 669); Green value is 237 (92.97% from 255 or 35.43% from 669); Blue value is 214 (83.98% from 255 or 31.99% from 669); Max value from RGB is 237 - color contains mainly: green. Hex color #DAEDD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEDD6 is #251229. Grayscale: #E4E4E4. Windows color (decimal): -2429482 or 14085594. OLE color: 14085594.

HSL color Cylindrical-coordinate representation of color #DAEDD6: hue angle of 109.57º degrees, saturation: 0.39, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAEDD6 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB218237214-
CMYK0.0800.100.07
HSL109.57º38.98%88.43%-
HSV(B)109.57º9.7%92.94%-
XYZ71.3480.3375.36-
YUV228.7119.71120.37-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.59%
GREEN value IS 237 (92.97% from 255) = 35.43%
BLUE value IS 214 (83.98% from 255) = 31.99%
R=32.59%
G=35.43%
B=31.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182372140.0800.100.07109.5738.9888.43
HexDAEDD680A76e2758
Octal33235532610012715647130
Binary11011010111011011101011010000101011111011101001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEDD6; }

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

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

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

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

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

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

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

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