#D1F9CD

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

Shades of Blue Romance #D1F9CD

Tints of Blue Romance #D1F9CD

Color information

#D1F9CD (or 0xD1F9CD) is unknown color: approx Blue Romance. HEX triplet: D1, F9 and CD. RGB value is (209,249,205). Sum of RGB (Red+Green+Blue) = 209+249+205=663 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.52% from 663); Green value is 249 (97.66% from 255 or 37.56% from 663); Blue value is 205 (80.47% from 255 or 30.92% from 663); Max value from RGB is 249 - color contains mainly: green. Hex color #D1F9CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1F9CD is #2E0632. Grayscale: #E8E8E8. Windows color (decimal): -3016243 or 13498833. OLE color: 13498833.

HSL color Cylindrical-coordinate representation of color #D1F9CD: hue angle of 114.55º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1F9CD is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB209249205-
CMYK0.1600.180.02
HSL114.55º78.57%89.02%-
HSV(B)114.55º17.67%97.65%-
XYZ71.1985.7170.55-
YUV232.02112.75111.58-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.52%
GREEN value IS 249 (97.66% from 255) = 37.56%
BLUE value IS 205 (80.47% from 255) = 30.92%
R=31.52%
G=37.56%
B=30.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2092492050.1600.180.02114.5578.5789.02
HexD1F9CD100122734f59
Octal321371315200222163117131
Binary1101000111111001110011011000001001010111001110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1F9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1F9CD; }

 p { color: rgb(209,249,205); }

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

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

 a { background-color: rgb(209,249,205); }

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

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

 span { border-color: rgb(209,249,205); }

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