#CDE4EB

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

Shades of Pattens Blue #CDE4EB

Tints of Pattens Blue #CDE4EB

Color information

#CDE4EB (or 0xCDE4EB) is unknown color: approx Pattens Blue. HEX triplet: CD, E4 and EB. RGB value is (205,228,235). Sum of RGB (Red+Green+Blue) = 205+228+235=668 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.69% from 668); Green value is 228 (89.45% from 255 or 34.13% from 668); Blue value is 235 (92.19% from 255 or 35.18% from 668); Max value from RGB is 235 - color contains mainly: blue. Hex color #CDE4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE4EB is #321B14. Grayscale: #DDDDDD. Windows color (decimal): -3283733 or 15459533. OLE color: 15459533.

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

Color convert

RGB205228235-
CMYK0.130.0300.08
HSL194º42.86%86.27%-
HSV(B)194º12.77%92.16%-
XYZ67.9274.4689.39-
YUV221.92135.38115.93-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.69%
GREEN value IS 228 (89.45% from 255) = 34.13%
BLUE value IS 235 (92.19% from 255) = 35.18%
R=30.69%
G=34.13%
B=35.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052282350.130.0300.0819442.8686.27
HexCDE4EBD308c22b56
Octal31534435315301030253126
Binary11001101111001001110101111011101000110000101010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE4EB; }

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

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

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

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

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

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

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

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