#D0FECB

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

Shades of Blue Romance #D0FECB

Tints of Blue Romance #D0FECB

Color information

#D0FECB (or 0xD0FECB) is unknown color: approx Blue Romance. HEX triplet: D0, FE and CB. RGB value is (208,254,203). Sum of RGB (Red+Green+Blue) = 208+254+203=665 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.28% from 665); Green value is 254 (99.61% from 255 or 38.20% from 665); Blue value is 203 (79.69% from 255 or 30.53% from 665); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FECB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FECB is #2F0134. Grayscale: #EAEAEA. Windows color (decimal): -3080501 or 13369040. OLE color: 13369040.

HSL color Cylindrical-coordinate representation of color #D0FECB: hue angle of 114.12º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D0FECB is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB208254203-
CMYK0.1800.200.00
HSL114.12º96.23%89.61%-
HSV(B)114.12º20.08%99.61%-
XYZ72.2388.6169.8-
YUV234.43110.26109.15-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.28%
GREEN value IS 254 (99.61% from 255) = 38.20%
BLUE value IS 203 (79.69% from 255) = 30.53%
R=31.28%
G=38.20%
B=30.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2082542030.1800.200.00114.1296.2389.61
HexD0FECB12014072605a
Octal320376313220240162140132
Binary110100001111111011001011100100101000111001011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FECB; }

 p { color: rgb(208,254,203); }

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

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

 a { background-color: rgb(208,254,203); }

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

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

 span { border-color: rgb(208,254,203); }

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