#D4FDCE

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

Shades of Blue Romance #D4FDCE

Tints of Blue Romance #D4FDCE

Color information

#D4FDCE (or 0xD4FDCE) is unknown color: approx Blue Romance. HEX triplet: D4, FD and CE. RGB value is (212,253,206). Sum of RGB (Red+Green+Blue) = 212+253+206=671 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.59% from 671); Green value is 253 (99.22% from 255 or 37.70% from 671); Blue value is 206 (80.86% from 255 or 30.70% from 671); Max value from RGB is 253 - color contains mainly: green. Hex color #D4FDCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4FDCE is #2B0231. Grayscale: #EBEBEB. Windows color (decimal): -2818610 or 13565396. OLE color: 13565396.

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

Color convert

RGB212253206-
CMYK0.1600.190.01
HSL112.34º92.16%90%-
HSV(B)112.34º18.58%99.22%-
XYZ73.4288.771.64-
YUV235.38111.42111.32-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 31.59%
GREEN value IS 253 (99.22% from 255) = 37.70%
BLUE value IS 206 (80.86% from 255) = 30.70%
R=31.59%
G=37.70%
B=30.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2122532060.1600.190.01112.3492.1690
HexD4FDCE100131705c5a
Octal324375316200231160134132
Binary110101001111110111001110100000100111111000010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4FDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4FDCE; }

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

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

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

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

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

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

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

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