#CDE5EC

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

Shades of Pattens Blue #CDE5EC

Tints of Pattens Blue #CDE5EC

Color information

#CDE5EC (or 0xCDE5EC) is unknown color: approx Pattens Blue. HEX triplet: CD, E5 and EC. RGB value is (205,229,236). Sum of RGB (Red+Green+Blue) = 205+229+236=670 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.60% from 670); Green value is 229 (89.84% from 255 or 34.18% from 670); Blue value is 236 (92.58% from 255 or 35.22% from 670); Max value from RGB is 236 - color contains mainly: blue. Hex color #CDE5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE5EC is #321A13. Grayscale: #DEDEDE. Windows color (decimal): -3283476 or 15525325. OLE color: 15525325.

HSL color Cylindrical-coordinate representation of color #CDE5EC: hue angle of 193.55º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDE5EC is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB205229236-
CMYK0.130.0300.07
HSL193.55º44.93%86.47%-
HSV(B)193.55º13.14%92.55%-
XYZ68.3475.0790.25-
YUV222.62135.55115.43-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.60%
GREEN value IS 229 (89.84% from 255) = 34.18%
BLUE value IS 236 (92.58% from 255) = 35.22%
R=30.60%
G=34.18%
B=35.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052292360.130.0300.07193.5544.9386.47
HexCDE5ECD307c22d56
Octal3153453541530730255126
Binary1100110111100101111011001101110111110000101011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE5EC; }

 p { color: rgb(205,229,236); }

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

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

 a { background-color: rgb(205,229,236); }

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

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

 span { border-color: rgb(205,229,236); }

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