#D2FDCD

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

Shades of Blue Romance #D2FDCD

Tints of Blue Romance #D2FDCD

Color information

#D2FDCD (or 0xD2FDCD) is unknown color: approx Blue Romance. HEX triplet: D2, FD and CD. RGB value is (210,253,205). Sum of RGB (Red+Green+Blue) = 210+253+205=668 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.44% from 668); Green value is 253 (99.22% from 255 or 37.87% from 668); Blue value is 205 (80.47% from 255 or 30.69% from 668); Max value from RGB is 253 - color contains mainly: green. Hex color #D2FDCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FDCD is #2D0232. Grayscale: #EAEAEA. Windows color (decimal): -2949683 or 13499858. OLE color: 13499858.

HSL color Cylindrical-coordinate representation of color #D2FDCD: hue angle of 113.75º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D2FDCD is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB210253205-
CMYK0.1700.190.01
HSL113.75º92.31%89.8%-
HSV(B)113.75º18.97%99.22%-
XYZ72.7288.3670.98-
YUV234.67111.25110.4-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.44%
GREEN value IS 253 (99.22% from 255) = 37.87%
BLUE value IS 205 (80.47% from 255) = 30.69%
R=31.44%
G=37.87%
B=30.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2102532050.1700.190.01113.7592.3189.8
HexD2FDCD110131725c5a
Octal322375315210231162134132
Binary110100101111110111001101100010100111111001010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FDCD; }

 p { color: rgb(210,253,205); }

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

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

 a { background-color: rgb(210,253,205); }

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

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

 span { border-color: rgb(210,253,205); }

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