#DAEDD3

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

Shades of Blue Romance #DAEDD3

Tints of Blue Romance #DAEDD3

Color information

#DAEDD3 (or 0xDAEDD3) is unknown color: approx Blue Romance. HEX triplet: DA, ED and D3. RGB value is (218,237,211). Sum of RGB (Red+Green+Blue) = 218+237+211=666 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.73% from 666); Green value is 237 (92.97% from 255 or 35.59% from 666); Blue value is 211 (82.81% from 255 or 31.68% from 666); Max value from RGB is 237 - color contains mainly: green. Hex color #DAEDD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEDD3 is #25122C. Grayscale: #E4E4E4. Windows color (decimal): -2429485 or 13888986. OLE color: 13888986.

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

Color convert

RGB218237211-
CMYK0.0800.110.07
HSL103.85º41.94%87.84%-
HSV(B)103.85º10.97%92.94%-
XYZ70.9680.1873.36-
YUV228.36118.21120.61-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.73%
GREEN value IS 237 (92.97% from 255) = 35.59%
BLUE value IS 211 (82.81% from 255) = 31.68%
R=32.73%
G=35.59%
B=31.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182372110.0800.110.07103.8541.9487.84
HexDAEDD380B7682a58
Octal33235532310013715052130
Binary11011010111011011101001110000101111111010001010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEDD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEDD3; }

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

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

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

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

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

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

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

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