#DAFFD0

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

Shades of Blue Romance #DAFFD0

Tints of Blue Romance #DAFFD0

Color information

#DAFFD0 (or 0xDAFFD0) is unknown color: approx Blue Romance. HEX triplet: DA, FF and D0. RGB value is (218,255,208). Sum of RGB (Red+Green+Blue) = 218+255+208=681 (90% of max value = 765). Red value is 218 (85.55% from 255 or 32.01% from 681); Green value is 255 (100% from 255 or 37.44% from 681); Blue value is 208 (81.64% from 255 or 30.54% from 681); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFFD0 is #25002F. Grayscale: #EEEEEE. Windows color (decimal): -2424880 or 13696986. OLE color: 13696986.

HSL color Cylindrical-coordinate representation of color #DAFFD0: hue angle of 107.23º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DAFFD0 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB218255208-
CMYK0.1500.180
HSL107.23º100%90.78%-
HSV(B)107.23º18.43%100%-
XYZ76.0690.9873.23-
YUV238.58110.74113.32-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.01%
GREEN value IS 255 (100% from 255) = 37.44%
BLUE value IS 208 (81.64% from 255) = 30.54%
R=32.01%
G=37.44%
B=30.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2182552080.1500.180107.2310090.78
HexDAFFD0F01206b645b
Octal332377320170220153144133
Binary11011010111111111101000011110100100110101111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFFD0; }

 p { color: rgb(218,255,208); }

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

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

 a { background-color: rgb(218,255,208); }

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

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

 span { border-color: rgb(218,255,208); }

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