#DAFBD0

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

Shades of Blue Romance #DAFBD0

Tints of Blue Romance #DAFBD0

Color information

#DAFBD0 (or 0xDAFBD0) is unknown color: approx Blue Romance. HEX triplet: DA, FB and D0. RGB value is (218,251,208). Sum of RGB (Red+Green+Blue) = 218+251+208=677 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.20% from 677); Green value is 251 (98.44% from 255 or 37.08% from 677); Blue value is 208 (81.64% from 255 or 30.72% from 677); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFBD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFBD0 is #25042F. Grayscale: #ECECEC. Windows color (decimal): -2425904 or 13695962. OLE color: 13695962.

HSL color Cylindrical-coordinate representation of color #DAFBD0: hue angle of 106.05º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DAFBD0 is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB218251208-
CMYK0.1300.170.02
HSL106.05º84.31%90%-
HSV(B)106.05º17.13%98.43%-
XYZ74.888.4572.81-
YUV236.23112.07115-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.20%
GREEN value IS 251 (98.44% from 255) = 37.08%
BLUE value IS 208 (81.64% from 255) = 30.72%
R=32.20%
G=37.08%
B=30.72%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182512080.1300.170.02106.0584.3190
HexDAFBD0D01126a545a
Octal332373320150212152124132
Binary110110101111101111010000110101000110110101010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFBD0; }

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

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

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

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

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

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

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

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