#DAFFCF

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

Shades of Blue Romance #DAFFCF

Tints of Blue Romance #DAFFCF

Color information

#DAFFCF (or 0xDAFFCF) is unknown color: approx Blue Romance. HEX triplet: DA, FF and CF. RGB value is (218,255,207). Sum of RGB (Red+Green+Blue) = 218+255+207=680 (90% of max value = 765). Red value is 218 (85.55% from 255 or 32.06% from 680); Green value is 255 (100% from 255 or 37.5% from 680); Blue value is 207 (81.25% from 255 or 30.44% from 680); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFFCF is #250030. Grayscale: #EEEEEE. Windows color (decimal): -2424881 or 13631450. OLE color: 13631450.

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

Color convert

RGB218255207-
CMYK0.1500.190
HSL106.25º100%90.59%-
HSV(B)106.25º18.82%100%-
XYZ75.9490.9372.58-
YUV238.47110.24113.4-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.06%
GREEN value IS 255 (100% from 255) = 37.5%
BLUE value IS 207 (81.25% from 255) = 30.44%
R=32.06%
G=37.5%
B=30.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2182552070.1500.190106.2510090.59
HexDAFFCFF01306a645b
Octal332377317170230152144133
Binary11011010111111111100111111110100110110101011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFFCF; }

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

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

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

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

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

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

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

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