#DAFAD0

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

Shades of Blue Romance #DAFAD0

Tints of Blue Romance #DAFAD0

Color information

#DAFAD0 (or 0xDAFAD0) is unknown color: approx Blue Romance. HEX triplet: DA, FA and D0. RGB value is (218,250,208). Sum of RGB (Red+Green+Blue) = 218+250+208=676 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.25% from 676); Green value is 250 (98.05% from 255 or 36.98% from 676); Blue value is 208 (81.64% from 255 or 30.77% from 676); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFAD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFAD0 is #25052F. Grayscale: #EBEBEB. Windows color (decimal): -2426160 or 13695706. OLE color: 13695706.

HSL color Cylindrical-coordinate representation of color #DAFAD0: hue angle of 105.71º degrees, saturation: 0.81, 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 #DAFAD0 is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB218250208-
CMYK0.1300.170.02
HSL105.71º80.77%89.8%-
HSV(B)105.71º16.8%98.04%-
XYZ74.4887.8372.7-
YUV235.64112.4115.42-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.25%
GREEN value IS 250 (98.05% from 255) = 36.98%
BLUE value IS 208 (81.64% from 255) = 30.77%
R=32.25%
G=36.98%
B=30.77%

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
Decimal2182502080.1300.170.02105.7180.7789.8
HexDAFAD0D01126a515a
Octal332372320150212152121132
Binary110110101111101011010000110101000110110101010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFAD0; }

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

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

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

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

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

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

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

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