#D6E685

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

Shades of Sulu #D6E685

Tints of Sulu #D6E685

Color information

#D6E685 (or 0xD6E685) is unknown color: approx Sulu. HEX triplet: D6, E6 and 85. RGB value is (214,230,133). Sum of RGB (Red+Green+Blue) = 214+230+133=577 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.09% from 577); Green value is 230 (90.23% from 255 or 39.86% from 577); Blue value is 133 (52.34% from 255 or 23.05% from 577); Max value from RGB is 230 - color contains mainly: green. Hex color #D6E685 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6E685 is #29197A. Grayscale: #D6D6D6. Windows color (decimal): -2693499 or 8775382. OLE color: 8775382.

HSL color Cylindrical-coordinate representation of color #D6E685: hue angle of 69.9º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D6E685 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB214230133-
CMYK0.0700.420.10
HSL69.9º65.99%71.18%-
HSV(B)69.9º42.17%90.2%-
XYZ60.2672.5833.02-
YUV214.1682.2127.89-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.09%
GREEN value IS 230 (90.23% from 255) = 39.86%
BLUE value IS 133 (52.34% from 255) = 23.05%
R=37.09%
G=39.86%
B=23.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2142301330.0700.420.1069.965.9971.18
HexD6E685702AA464247
Octal326346205705212106102107
Binary11010110111001101000010111101010101010100011010000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E685; }

 p { color: rgb(214,230,133); }

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

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

 a { background-color: rgb(214,230,133); }

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

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

 span { border-color: rgb(214,230,133); }

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