#CDE1EC

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

Shades of Pattens Blue #CDE1EC

Tints of Pattens Blue #CDE1EC

Color information

#CDE1EC (or 0xCDE1EC) is unknown color: approx Pattens Blue. HEX triplet: CD, E1 and EC. RGB value is (205,225,236). Sum of RGB (Red+Green+Blue) = 205+225+236=666 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.78% from 666); Green value is 225 (88.28% from 255 or 33.78% from 666); Blue value is 236 (92.58% from 255 or 35.44% from 666); Max value from RGB is 236 - color contains mainly: blue. Hex color #CDE1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE1EC is #321E13. Grayscale: #DCDCDC. Windows color (decimal): -3284500 or 15524301. OLE color: 15524301.

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

Color convert

RGB205225236-
CMYK0.130.0500.07
HSL201.29º44.93%86.47%-
HSV(B)201.29º13.14%92.55%-
XYZ67.2472.8989.88-
YUV220.27136.87117.11-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.78%
GREEN value IS 225 (88.28% from 255) = 33.78%
BLUE value IS 236 (92.58% from 255) = 35.44%
R=30.78%
G=33.78%
B=35.44%

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
Decimal2052252360.130.0500.07201.2944.9386.47
HexCDE1ECD507c92d56
Octal3153413541550731155126
Binary11001101111000011110110011011010111110010011011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE1EC; }

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

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

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

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

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

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

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

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