#DAFDD1

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

Shades of Blue Romance #DAFDD1

Tints of Blue Romance #DAFDD1

Color information

#DAFDD1 (or 0xDAFDD1) is unknown color: approx Blue Romance. HEX triplet: DA, FD and D1. RGB value is (218,253,209). Sum of RGB (Red+Green+Blue) = 218+253+209=680 (90% of max value = 765). Red value is 218 (85.55% from 255 or 32.06% from 680); Green value is 253 (99.22% from 255 or 37.21% from 680); Blue value is 209 (82.03% from 255 or 30.74% from 680); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFDD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFDD1 is #25022E. Grayscale: #EDEDED. Windows color (decimal): -2425391 or 13762010. OLE color: 13762010.

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

Color convert

RGB218253209-
CMYK0.1400.170.01
HSL107.73º91.67%90.59%-
HSV(B)107.73º17.39%99.22%-
XYZ75.5589.7673.67-
YUV237.52111.9114.08-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.06%
GREEN value IS 253 (99.22% from 255) = 37.21%
BLUE value IS 209 (82.03% from 255) = 30.74%
R=32.06%
G=37.21%
B=30.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182532090.1400.170.01107.7391.6790.59
HexDAFDD1E01116c5c5b
Octal332375321160211154134133
Binary11011010111111011101000111100100011110110010111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFDD1; }

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

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

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

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

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

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

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

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