#CDE1EB

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

Shades of Pattens Blue #CDE1EB

Tints of Pattens Blue #CDE1EB

Color information

#CDE1EB (or 0xCDE1EB) is unknown color: approx Pattens Blue. HEX triplet: CD, E1 and EB. RGB value is (205,225,235). Sum of RGB (Red+Green+Blue) = 205+225+235=665 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.83% from 665); Green value is 225 (88.28% from 255 or 33.83% from 665); Blue value is 235 (92.19% from 255 or 35.34% from 665); Max value from RGB is 235 - color contains mainly: blue. Hex color #CDE1EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE1EB is #321E14. Grayscale: #DCDCDC. Windows color (decimal): -3284501 or 15458765. OLE color: 15458765.

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

Color convert

RGB205225235-
CMYK0.130.0400.08
HSL200º42.86%86.27%-
HSV(B)200º12.77%92.16%-
XYZ67.172.8389.12-
YUV220.16136.37117.19-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.83%
GREEN value IS 225 (88.28% from 255) = 33.83%
BLUE value IS 235 (92.19% from 255) = 35.34%
R=30.83%
G=33.83%
B=35.34%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052252350.130.0400.0820042.8686.27
HexCDE1EBD408c82b56
Octal31534135315401031053126
Binary110011011110000111101011110110001000110010001010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE1EB; }

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

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

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

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

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

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

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

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