#CDE3ED

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

Shades of Pattens Blue #CDE3ED

Tints of Pattens Blue #CDE3ED

Color information

#CDE3ED (or 0xCDE3ED) is unknown color: approx Pattens Blue. HEX triplet: CD, E3 and ED. RGB value is (205,227,237). Sum of RGB (Red+Green+Blue) = 205+227+237=669 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.64% from 669); Green value is 227 (89.06% from 255 or 33.93% from 669); Blue value is 237 (92.97% from 255 or 35.43% from 669); Max value from RGB is 237 - color contains mainly: blue. Hex color #CDE3ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE3ED is #321C12. Grayscale: #DDDDDD. Windows color (decimal): -3283987 or 15590349. OLE color: 15590349.

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

Color convert

RGB205227237-
CMYK0.140.0400.07
HSL198.75º47.06%86.67%-
HSV(B)198.75º13.5%92.94%-
XYZ67.9374.0390.83-
YUV221.56136.71116.19-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.64%
GREEN value IS 227 (89.06% from 255) = 33.93%
BLUE value IS 237 (92.97% from 255) = 35.43%
R=30.64%
G=33.93%
B=35.43%

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
Decimal2052272370.140.0400.07198.7547.0686.67
HexCDE3EDE407c72f57
Octal3153433551640730757127
Binary11001101111000111110110111101000111110001111011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE3ED; }

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

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

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

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

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

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

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

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