#CDE0EC

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

Shades of Pattens Blue #CDE0EC

Tints of Pattens Blue #CDE0EC

Color information

#CDE0EC (or 0xCDE0EC) is unknown color: approx Pattens Blue. HEX triplet: CD, E0 and EC. RGB value is (205,224,236). Sum of RGB (Red+Green+Blue) = 205+224+236=665 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.83% from 665); Green value is 224 (87.89% from 255 or 33.68% from 665); Blue value is 236 (92.58% from 255 or 35.49% from 665); Max value from RGB is 236 - color contains mainly: blue. Hex color #CDE0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE0EC is #321F13. Grayscale: #DBDBDB. Windows color (decimal): -3284756 or 15524045. OLE color: 15524045.

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

Color convert

RGB205224236-
CMYK0.130.0500.07
HSL203.23º44.93%86.47%-
HSV(B)203.23º13.14%92.55%-
XYZ66.9772.3589.79-
YUV219.69137.21117.52-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.83%
GREEN value IS 224 (87.89% from 255) = 33.68%
BLUE value IS 236 (92.58% from 255) = 35.49%
R=30.83%
G=33.68%
B=35.49%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052242360.130.0500.07203.2344.9386.47
HexCDE0ECD507cb2d56
Octal3153403541550731355126
Binary11001101111000001110110011011010111110010111011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE0EC; }

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

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

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

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

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

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

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

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