#99DDE7

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

Shades of Charlotte #99DDE7

Tints of Charlotte #99DDE7

Color information

#99DDE7 (or 0x99DDE7) is unknown color: approx Charlotte. HEX triplet: 99, DD and E7. RGB value is (153,221,231). Sum of RGB (Red+Green+Blue) = 153+221+231=605 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.29% from 605); Green value is 221 (86.72% from 255 or 36.53% from 605); Blue value is 231 (90.62% from 255 or 38.18% from 605); Max value from RGB is 231 - color contains mainly: blue. Hex color #99DDE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99DDE7 is #662218. Grayscale: #C9C9C9. Windows color (decimal): -6693401 or 15195545. OLE color: 15195545.

HSL color Cylindrical-coordinate representation of color #99DDE7: hue angle of 187.69º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #99DDE7 is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB153221231-
CMYK0.340.0400.09
HSL187.69º61.9%75.29%-
HSV(B)187.69º33.77%90.59%-
XYZ53.4264.2585.19-
YUV201.81144.4793.19-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 25.29%
GREEN value IS 221 (86.72% from 255) = 36.53%
BLUE value IS 231 (90.62% from 255) = 38.18%
R=25.29%
G=36.53%
B=38.18%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1532212310.340.0400.09187.6961.975.29
Hex99DDE722409bc3e4b
Octal23133534742401127476113
Binary10011001110111011110011110001010001001101111001111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99DDE7; }

 p { color: rgb(153,221,231); }

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

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

 a { background-color: rgb(153,221,231); }

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

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

 span { border-color: rgb(153,221,231); }

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