#DAFBD2

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

Shades of Blue Romance #DAFBD2

Tints of Blue Romance #DAFBD2

Color information

#DAFBD2 (or 0xDAFBD2) is unknown color: approx Blue Romance. HEX triplet: DA, FB and D2. RGB value is (218,251,210). Sum of RGB (Red+Green+Blue) = 218+251+210=679 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.11% from 679); Green value is 251 (98.44% from 255 or 36.97% from 679); Blue value is 210 (82.42% from 255 or 30.93% from 679); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFBD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFBD2 is #25042D. Grayscale: #ECECEC. Windows color (decimal): -2425902 or 13827034. OLE color: 13827034.

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

Color convert

RGB218251210-
CMYK0.1300.160.02
HSL108.29º83.67%90.39%-
HSV(B)108.29º16.33%98.43%-
XYZ75.0488.5574.11-
YUV236.46113.07114.83-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.11%
GREEN value IS 251 (98.44% from 255) = 36.97%
BLUE value IS 210 (82.42% from 255) = 30.93%
R=32.11%
G=36.97%
B=30.93%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182512100.1300.160.02108.2983.6790.39
HexDAFBD2D01026c545a
Octal332373322150202154124132
Binary110110101111101111010010110101000010110110010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFBD2; }

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

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

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

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

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

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

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

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