#CDE0EB

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

Shades of Pattens Blue #CDE0EB

Tints of Pattens Blue #CDE0EB

Color information

#CDE0EB (or 0xCDE0EB) is unknown color: approx Pattens Blue. HEX triplet: CD, E0 and EB. RGB value is (205,224,235). Sum of RGB (Red+Green+Blue) = 205+224+235=664 (87% of max value = 765). Red value is 205 (80.47% from 255 or 30.87% from 664); Green value is 224 (87.89% from 255 or 33.73% from 664); Blue value is 235 (92.19% from 255 or 35.39% from 664); Max value from RGB is 235 - color contains mainly: blue. Hex color #CDE0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE0EB is #321F14. Grayscale: #DBDBDB. Windows color (decimal): -3284757 or 15458509. OLE color: 15458509.

HSL color Cylindrical-coordinate representation of color #CDE0EB: hue angle of 202º degrees, saturation: 0.43, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDE0EB is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB205224235-
CMYK0.130.0500.08
HSL202º42.86%86.27%-
HSV(B)202º12.77%92.16%-
XYZ66.8372.2989.03-
YUV219.57136.71117.61-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.87%
GREEN value IS 224 (87.89% from 255) = 33.73%
BLUE value IS 235 (92.19% from 255) = 35.39%
R=30.87%
G=33.73%
B=35.39%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052242350.130.0500.0820242.8686.27
HexCDE0EBD508ca2b56
Octal31534035315501031253126
Binary110011011110000011101011110110101000110010101010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE0EB; }

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

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

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

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

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

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

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

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