#D6FFCD

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

Shades of Blue Romance #D6FFCD

Tints of Blue Romance #D6FFCD

Color information

#D6FFCD (or 0xD6FFCD) is unknown color: approx Blue Romance. HEX triplet: D6, FF and CD. RGB value is (214,255,205). Sum of RGB (Red+Green+Blue) = 214+255+205=674 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.75% from 674); Green value is 255 (100% from 255 or 37.83% from 674); Blue value is 205 (80.47% from 255 or 30.42% from 674); Max value from RGB is 255 - color contains mainly: green. Hex color #D6FFCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6FFCD is #290032. Grayscale: #EDEDED. Windows color (decimal): -2687027 or 13500374. OLE color: 13500374.

HSL color Cylindrical-coordinate representation of color #D6FFCD: hue angle of 109.2º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6FFCD is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB214255205-
CMYK0.1600.200
HSL109.2º100%90.2%-
HSV(B)109.2º19.61%100%-
XYZ74.5190.2271.25-
YUV237.04109.92111.57-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.75%
GREEN value IS 255 (100% from 255) = 37.83%
BLUE value IS 205 (80.47% from 255) = 30.42%
R=31.75%
G=37.83%
B=30.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2142552050.1600.200109.210090.2
HexD6FFCD1001406d645a
Octal326377315200240155144132
Binary110101101111111111001101100000101000110110111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FFCD; }

 p { color: rgb(214,255,205); }

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

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

 a { background-color: rgb(214,255,205); }

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

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

 span { border-color: rgb(214,255,205); }

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