#CDE1ED

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

Shades of Pattens Blue #CDE1ED

Tints of Pattens Blue #CDE1ED

Color information

#CDE1ED (or 0xCDE1ED) is unknown color: approx Pattens Blue. HEX triplet: CD, E1 and ED. RGB value is (205,225,237). Sum of RGB (Red+Green+Blue) = 205+225+237=667 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.73% from 667); Green value is 225 (88.28% from 255 or 33.73% from 667); Blue value is 237 (92.97% from 255 or 35.53% from 667); Max value from RGB is 237 - color contains mainly: blue. Hex color #CDE1ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE1ED is #321E12. Grayscale: #DCDCDC. Windows color (decimal): -3284499 or 15589837. OLE color: 15589837.

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

Color convert

RGB205225237-
CMYK0.140.0500.07
HSL202.5º47.06%86.67%-
HSV(B)202.5º13.5%92.94%-
XYZ67.3972.9490.65-
YUV220.39137.37117.02-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.73%
GREEN value IS 225 (88.28% from 255) = 33.73%
BLUE value IS 237 (92.97% from 255) = 35.53%
R=30.73%
G=33.73%
B=35.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052252370.140.0500.07202.547.0686.67
HexCDE1EDE507ca2f57
Octal3153413551650731257127
Binary11001101111000011110110111101010111110010101011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE1ED; }

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

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

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

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

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

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

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

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