#CDE4ED

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

Shades of Pattens Blue #CDE4ED

Tints of Pattens Blue #CDE4ED

Color information

#CDE4ED (or 0xCDE4ED) is unknown color: approx Pattens Blue. HEX triplet: CD, E4 and ED. RGB value is (205,228,237). Sum of RGB (Red+Green+Blue) = 205+228+237=670 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.60% from 670); Green value is 228 (89.45% from 255 or 34.03% from 670); Blue value is 237 (92.97% from 255 or 35.37% from 670); Max value from RGB is 237 - color contains mainly: blue. Hex color #CDE4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE4ED is #321B12. Grayscale: #DEDEDE. Windows color (decimal): -3283731 or 15590605. OLE color: 15590605.

HSL color Cylindrical-coordinate representation of color #CDE4ED: hue angle of 196.88º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDE4ED is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB205228237-
CMYK0.140.0400.07
HSL196.88º47.06%86.67%-
HSV(B)196.88º13.5%92.94%-
XYZ68.2174.5890.92-
YUV222.15136.38115.77-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.60%
GREEN value IS 228 (89.45% from 255) = 34.03%
BLUE value IS 237 (92.97% from 255) = 35.37%
R=30.60%
G=34.03%
B=35.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052282370.140.0400.07196.8847.0686.67
HexCDE4EDE407c52f57
Octal3153443551640730557127
Binary11001101111001001110110111101000111110001011011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE4ED; }

 p { color: rgb(205,228,237); }

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

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

 a { background-color: rgb(205,228,237); }

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

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

 span { border-color: rgb(205,228,237); }

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