#DAFDD0

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

Shades of Blue Romance #DAFDD0

Tints of Blue Romance #DAFDD0

Color information

#DAFDD0 (or 0xDAFDD0) is unknown color: approx Blue Romance. HEX triplet: DA, FD and D0. RGB value is (218,253,208). Sum of RGB (Red+Green+Blue) = 218+253+208=679 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.11% from 679); Green value is 253 (99.22% from 255 or 37.26% from 679); Blue value is 208 (81.64% from 255 or 30.63% from 679); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFDD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFDD0 is #25022F. Grayscale: #EDEDED. Windows color (decimal): -2425392 or 13696474. OLE color: 13696474.

HSL color Cylindrical-coordinate representation of color #DAFDD0: hue angle of 106.67º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DAFDD0 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB218253208-
CMYK0.1400.180.01
HSL106.67º91.84%90.39%-
HSV(B)106.67º17.79%99.22%-
XYZ75.4289.7173.02-
YUV237.4111.4114.16-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.11%
GREEN value IS 253 (99.22% from 255) = 37.26%
BLUE value IS 208 (81.64% from 255) = 30.63%
R=32.11%
G=37.26%
B=30.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182532080.1400.180.01106.6791.8490.39
HexDAFDD0E01216b5c5a
Octal332375320160221153134132
Binary11011010111111011101000011100100101110101110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFDD0; }

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

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

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

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

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

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

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

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