#DAF7D6

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

Shades of Blue Romance #DAF7D6

Tints of Blue Romance #DAF7D6

Color information

#DAF7D6 (or 0xDAF7D6) is unknown color: approx Blue Romance. HEX triplet: DA, F7 and D6. RGB value is (218,247,214). Sum of RGB (Red+Green+Blue) = 218+247+214=679 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.11% from 679); Green value is 247 (96.88% from 255 or 36.38% from 679); Blue value is 214 (83.98% from 255 or 31.52% from 679); Max value from RGB is 247 - color contains mainly: green. Hex color #DAF7D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF7D6 is #250829. Grayscale: #EAEAEA. Windows color (decimal): -2426922 or 14088154. OLE color: 14088154.

HSL color Cylindrical-coordinate representation of color #DAF7D6: hue angle of 112.73º degrees, saturation: 0.67, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAF7D6 is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.

Color convert

RGB218247214-
CMYK0.1200.130.03
HSL112.73º67.35%90.39%-
HSV(B)112.73º13.36%96.86%-
XYZ74.3186.2876.36-
YUV234.57116.39116.18-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.11%
GREEN value IS 247 (96.88% from 255) = 36.38%
BLUE value IS 214 (83.98% from 255) = 31.52%
R=32.11%
G=36.38%
B=31.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2182472140.1200.130.03112.7367.3590.39
HexDAF7D6C0D371435a
Octal332367326140153161103132
Binary11011010111101111101011011000110111111000110000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF7D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF7D6; }

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

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

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

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

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

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

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

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