#DCEEEB

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

Shades of Tranquil #DCEEEB

Tints of Tranquil #DCEEEB

Color information

#DCEEEB (or 0xDCEEEB) is unknown color: approx Tranquil. HEX triplet: DC, EE and EB. RGB value is (220,238,235). Sum of RGB (Red+Green+Blue) = 220+238+235=693 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.75% from 693); Green value is 238 (93.36% from 255 or 34.34% from 693); Blue value is 235 (92.19% from 255 or 33.91% from 693); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEEEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEEEB is #231114. Grayscale: #E8E8E8. Windows color (decimal): -2298133 or 15462108. OLE color: 15462108.

HSL color Cylindrical-coordinate representation of color #DCEEEB: hue angle of 170º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCEEEB is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB220238235-
CMYK0.0800.010.07
HSL170º34.62%89.8%-
HSV(B)170º7.56%93.33%-
XYZ75.0982.3690.54-
YUV232.28129.54119.24-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.75%
GREEN value IS 238 (93.36% from 255) = 34.34%
BLUE value IS 235 (92.19% from 255) = 33.91%
R=31.75%
G=34.34%
B=33.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202382350.0800.010.0717034.6289.8
HexDCEEEB8017aa235a
Octal3343563531001725243132
Binary110111001110111011101011100001111101010101000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEEEB; }

 p { color: rgb(220,238,235); }

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

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

 a { background-color: rgb(220,238,235); }

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

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

 span { border-color: rgb(220,238,235); }

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