#D1F7CB

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

Shades of Blue Romance #D1F7CB

Tints of Blue Romance #D1F7CB

Color information

#D1F7CB (or 0xD1F7CB) is unknown color: approx Blue Romance. HEX triplet: D1, F7 and CB. RGB value is (209,247,203). Sum of RGB (Red+Green+Blue) = 209+247+203=659 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.71% from 659); Green value is 247 (96.88% from 255 or 37.48% from 659); Blue value is 203 (79.69% from 255 or 30.80% from 659); Max value from RGB is 247 - color contains mainly: green. Hex color #D1F7CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1F7CB is #2E0834. Grayscale: #E6E6E6. Windows color (decimal): -3016757 or 13367249. OLE color: 13367249.

HSL color Cylindrical-coordinate representation of color #D1F7CB: hue angle of 111.82º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1F7CB is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB209247203-
CMYK0.1500.180.03
HSL111.82º73.33%88.24%-
HSV(B)111.82º17.81%96.86%-
XYZ70.3384.3969.08-
YUV230.62112.41112.58-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.71%
GREEN value IS 247 (96.88% from 255) = 37.48%
BLUE value IS 203 (79.69% from 255) = 30.80%
R=31.71%
G=37.48%
B=30.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2092472030.1500.180.03111.8273.3388.24
HexD1F7CBF0123704958
Octal321367313170223160111130
Binary110100011111011111001011111101001011111000010010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1F7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1F7CB; }

 p { color: rgb(209,247,203); }

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

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

 a { background-color: rgb(209,247,203); }

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

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

 span { border-color: rgb(209,247,203); }

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