#CDE0ED

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

Shades of Pattens Blue #CDE0ED

Tints of Pattens Blue #CDE0ED

Color information

#CDE0ED (or 0xCDE0ED) is unknown color: approx Pattens Blue. HEX triplet: CD, E0 and ED. RGB value is (205,224,237). Sum of RGB (Red+Green+Blue) = 205+224+237=666 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.78% from 666); Green value is 224 (87.89% from 255 or 33.63% from 666); Blue value is 237 (92.97% from 255 or 35.59% from 666); Max value from RGB is 237 - color contains mainly: blue. Hex color #CDE0ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE0ED is #321F12. Grayscale: #DBDBDB. Windows color (decimal): -3284755 or 15589581. OLE color: 15589581.

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

Color convert

RGB205224237-
CMYK0.140.0500.07
HSL204.38º47.06%86.67%-
HSV(B)204.38º13.5%92.94%-
XYZ67.1272.490.56-
YUV219.8137.71117.44-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.78%
GREEN value IS 224 (87.89% from 255) = 33.63%
BLUE value IS 237 (92.97% from 255) = 35.59%
R=30.78%
G=33.63%
B=35.59%

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
Decimal2052242370.140.0500.07204.3847.0686.67
HexCDE0EDE507cc2f57
Octal3153403551650731457127
Binary11001101111000001110110111101010111110011001011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE0ED; }

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

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

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

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

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

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

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

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