#D0FFCF

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

Shades of Blue Romance #D0FFCF

Tints of Blue Romance #D0FFCF

Color information

#D0FFCF (or 0xD0FFCF) is unknown color: approx Blue Romance. HEX triplet: D0, FF and CF. RGB value is (208,255,207). Sum of RGB (Red+Green+Blue) = 208+255+207=670 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.04% from 670); Green value is 255 (100% from 255 or 38.06% from 670); Blue value is 207 (81.25% from 255 or 30.90% from 670); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FFCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FFCF is #2F0030. Grayscale: #EBEBEB. Windows color (decimal): -3080241 or 13631440. OLE color: 13631440.

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

Color convert

RGB208255207-
CMYK0.1800.190
HSL118.75º100%90.59%-
HSV(B)118.75º18.82%100%-
XYZ73.0389.4372.44-
YUV235.48111.93108.4-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.04%
GREEN value IS 255 (100% from 255) = 38.06%
BLUE value IS 207 (81.25% from 255) = 30.90%
R=31.04%
G=38.06%
B=30.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2082552070.1800.190118.7510090.59
HexD0FFCF12013077645b
Octal320377317220230167144133
Binary110100001111111111001111100100100110111011111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FFCF; }

 p { color: rgb(208,255,207); }

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

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

 a { background-color: rgb(208,255,207); }

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

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

 span { border-color: rgb(208,255,207); }

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