#CDE3EC

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

Shades of Pattens Blue #CDE3EC

Tints of Pattens Blue #CDE3EC

Color information

#CDE3EC (or 0xCDE3EC) is unknown color: approx Pattens Blue. HEX triplet: CD, E3 and EC. RGB value is (205,227,236). Sum of RGB (Red+Green+Blue) = 205+227+236=668 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.69% from 668); Green value is 227 (89.06% from 255 or 33.98% from 668); Blue value is 236 (92.58% from 255 or 35.33% from 668); Max value from RGB is 236 - color contains mainly: blue. Hex color #CDE3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE3EC is #321C13. Grayscale: #DDDDDD. Windows color (decimal): -3283988 or 15524813. OLE color: 15524813.

HSL color Cylindrical-coordinate representation of color #CDE3EC: hue angle of 197.42º 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 #CDE3EC is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB205227236-
CMYK0.130.0400.07
HSL197.42º44.93%86.47%-
HSV(B)197.42º13.14%92.55%-
XYZ67.7973.9790.06-
YUV221.45136.21116.27-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.69%
GREEN value IS 227 (89.06% from 255) = 33.98%
BLUE value IS 236 (92.58% from 255) = 35.33%
R=30.69%
G=33.98%
B=35.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052272360.130.0400.07197.4244.9386.47
HexCDE3ECD407c52d56
Octal3153433541540730555126
Binary11001101111000111110110011011000111110001011011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE3EC; }

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

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

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

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

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

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

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

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