#D2F3CD

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

Shades of Blue Romance #D2F3CD

Tints of Blue Romance #D2F3CD

Color information

#D2F3CD (or 0xD2F3CD) is unknown color: approx Blue Romance. HEX triplet: D2, F3 and CD. RGB value is (210,243,205). Sum of RGB (Red+Green+Blue) = 210+243+205=658 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.91% from 658); Green value is 243 (95.31% from 255 or 36.93% from 658); Blue value is 205 (80.47% from 255 or 31.16% from 658); Max value from RGB is 243 - color contains mainly: green. Hex color #D2F3CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2F3CD is #2D0C32. Grayscale: #E4E4E4. Windows color (decimal): -2952243 or 13497298. OLE color: 13497298.

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

Color convert

RGB210243205-
CMYK0.1400.160.05
HSL112.11º61.29%87.84%-
HSV(B)112.11º15.64%95.29%-
XYZ69.6582.2169.95-
YUV228.8114.57114.59-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.91%
GREEN value IS 243 (95.31% from 255) = 36.93%
BLUE value IS 205 (80.47% from 255) = 31.16%
R=31.91%
G=36.93%
B=31.16%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2102432050.1400.160.05112.1161.2987.84
HexD2F3CDE0105703d58
Octal32236331516020516075130
Binary110100101111001111001101111001000010111100001111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F3CD; }

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

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

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

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

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

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

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

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