#DAFFD4

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

Shades of Blue Romance #DAFFD4

Tints of Blue Romance #DAFFD4

Color information

#DAFFD4 (or 0xDAFFD4) is unknown color: approx Blue Romance. HEX triplet: DA, FF and D4. RGB value is (218,255,212). Sum of RGB (Red+Green+Blue) = 218+255+212=685 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.82% from 685); Green value is 255 (100% from 255 or 37.23% from 685); Blue value is 212 (83.20% from 255 or 30.95% from 685); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFFD4 is #25002B. Grayscale: #EFEFEF. Windows color (decimal): -2424876 or 13959130. OLE color: 13959130.

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

Color convert

RGB218255212-
CMYK0.1500.170
HSL111.63º100%91.57%-
HSV(B)111.63º16.86%100%-
XYZ76.5691.1875.85-
YUV239.04112.74113-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.82%
GREEN value IS 255 (100% from 255) = 37.23%
BLUE value IS 212 (83.20% from 255) = 30.95%
R=31.82%
G=37.23%
B=30.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2182552120.1500.170111.6310091.57
HexDAFFD4F011070645c
Octal332377324170210160144134
Binary11011010111111111101010011110100010111000011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFFD4; }

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

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

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

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

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

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

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

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