#DAFDD4

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

Shades of Blue Romance #DAFDD4

Tints of Blue Romance #DAFDD4

Color information

#DAFDD4 (or 0xDAFDD4) is unknown color: approx Blue Romance. HEX triplet: DA, FD and D4. RGB value is (218,253,212). Sum of RGB (Red+Green+Blue) = 218+253+212=683 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.92% from 683); Green value is 253 (99.22% from 255 or 37.04% from 683); Blue value is 212 (83.20% from 255 or 31.04% from 683); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFDD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFDD4 is #25022B. Grayscale: #EDEDED. Windows color (decimal): -2425388 or 13958618. OLE color: 13958618.

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

Color convert

RGB218253212-
CMYK0.1400.160.01
HSL111.22º91.11%91.18%-
HSV(B)111.22º16.21%99.22%-
XYZ75.9289.9175.64-
YUV237.86113.4113.83-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.92%
GREEN value IS 253 (99.22% from 255) = 37.04%
BLUE value IS 212 (83.20% from 255) = 31.04%
R=31.92%
G=37.04%
B=31.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182532120.1400.160.01111.2291.1191.18
HexDAFDD4E01016f5b5b
Octal332375324160201157133133
Binary11011010111111011101010011100100001110111110110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFDD4; }

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

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

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

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

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

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

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

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