#DAF0D2

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

Shades of Blue Romance #DAF0D2

Tints of Blue Romance #DAF0D2

Color information

#DAF0D2 (or 0xDAF0D2) is unknown color: approx Blue Romance. HEX triplet: DA, F0 and D2. RGB value is (218,240,210). Sum of RGB (Red+Green+Blue) = 218+240+210=668 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.63% from 668); Green value is 240 (94.14% from 255 or 35.93% from 668); Blue value is 210 (82.42% from 255 or 31.44% from 668); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF0D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF0D2 is #250F2D. Grayscale: #E6E6E6. Windows color (decimal): -2428718 or 13824218. OLE color: 13824218.

HSL color Cylindrical-coordinate representation of color #DAF0D2: hue angle of 104º degrees, saturation: 0.5, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAF0D2 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB218240210-
CMYK0.0900.120.06
HSL104º50%88.24%-
HSV(B)104º12.5%94.12%-
XYZ71.7181.8873-
YUV230116.71119.44-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.63%
GREEN value IS 240 (94.14% from 255) = 35.93%
BLUE value IS 210 (82.42% from 255) = 31.44%
R=32.63%
G=35.93%
B=31.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2182402100.0900.120.061045088.24
HexDAF0D290C6683258
Octal33236032211014615062130
Binary11011010111100001101001010010110011011010001100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF0D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF0D2; }

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

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

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

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

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

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

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

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