#CDE5ED

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

Shades of Pattens Blue #CDE5ED

Tints of Pattens Blue #CDE5ED

Color information

#CDE5ED (or 0xCDE5ED) is unknown color: approx Pattens Blue. HEX triplet: CD, E5 and ED. RGB value is (205,229,237). Sum of RGB (Red+Green+Blue) = 205+229+237=671 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.55% from 671); Green value is 229 (89.84% from 255 or 34.13% from 671); Blue value is 237 (92.97% from 255 or 35.32% from 671); Max value from RGB is 237 - color contains mainly: blue. Hex color #CDE5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE5ED is #321A12. Grayscale: #DEDEDE. Windows color (decimal): -3283475 or 15590861. OLE color: 15590861.

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

Color convert

RGB205229237-
CMYK0.140.0300.07
HSL195º47.06%86.67%-
HSV(B)195º13.5%92.94%-
XYZ68.4875.1391.01-
YUV222.74136.05115.35-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.55%
GREEN value IS 229 (89.84% from 255) = 34.13%
BLUE value IS 237 (92.97% from 255) = 35.32%
R=30.55%
G=34.13%
B=35.32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052292370.140.0300.0719547.0686.67
HexCDE5EDE307c32f57
Octal3153453551630730357127
Binary1100110111100101111011011110110111110000111011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE5ED; }

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

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

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

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

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

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

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

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