#D5FFCF

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

Shades of Blue Romance #D5FFCF

Tints of Blue Romance #D5FFCF

Color information

#D5FFCF (or 0xD5FFCF) is unknown color: approx Blue Romance. HEX triplet: D5, FF and CF. RGB value is (213,255,207). Sum of RGB (Red+Green+Blue) = 213+255+207=675 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.56% from 675); Green value is 255 (100% from 255 or 37.78% from 675); Blue value is 207 (81.25% from 255 or 30.67% from 675); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FFCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FFCF is #2A0030. Grayscale: #EDEDED. Windows color (decimal): -2752561 or 13631445. OLE color: 13631445.

HSL color Cylindrical-coordinate representation of color #D5FFCF: hue angle of 112.5º 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 #D5FFCF is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB213255207-
CMYK0.1600.190
HSL112.5º100%90.59%-
HSV(B)112.5º18.82%100%-
XYZ74.4690.1772.51-
YUV236.97111.09110.9-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.56%
GREEN value IS 255 (100% from 255) = 37.78%
BLUE value IS 207 (81.25% from 255) = 30.67%
R=31.56%
G=37.78%
B=30.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2132552070.1600.190112.510090.59
HexD5FFCF10013070645b
Octal325377317200230160144133
Binary110101011111111111001111100000100110111000011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FFCF; }

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

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

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

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

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

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

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

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