#D3F2CD

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

Shades of Blue Romance #D3F2CD

Tints of Blue Romance #D3F2CD

Color information

#D3F2CD (or 0xD3F2CD) is unknown color: approx Blue Romance. HEX triplet: D3, F2 and CD. RGB value is (211,242,205). Sum of RGB (Red+Green+Blue) = 211+242+205=658 (87% of max value = 765). Red value is 211 (82.81% from 255 or 32.07% from 658); Green value is 242 (94.92% from 255 or 36.78% from 658); Blue value is 205 (80.47% from 255 or 31.16% from 658); Max value from RGB is 242 - color contains mainly: green. Hex color #D3F2CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3F2CD is #2C0D32. Grayscale: #E4E4E4. Windows color (decimal): -2886963 or 13497043. OLE color: 13497043.

HSL color Cylindrical-coordinate representation of color #D3F2CD: hue angle of 110.27º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D3F2CD is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB211242205-
CMYK0.1300.150.05
HSL110.27º58.73%87.65%-
HSV(B)110.27º15.29%94.9%-
XYZ69.6481.7669.87-
YUV228.51114.73115.51-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 32.07%
GREEN value IS 242 (94.92% from 255) = 36.78%
BLUE value IS 205 (80.47% from 255) = 31.16%
R=32.07%
G=36.78%
B=31.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2112422050.1300.150.05110.2758.7387.65
HexD3F2CDD0F56e3b58
Octal32336231515017515673130
Binary11010011111100101100110111010111110111011101110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3F2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3F2CD; }

 p { color: rgb(211,242,205); }

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

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

 a { background-color: rgb(211,242,205); }

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

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

 span { border-color: rgb(211,242,205); }

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