#CEE1ED

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

Shades of Pattens Blue #CEE1ED

Tints of Pattens Blue #CEE1ED

Color information

#CEE1ED (or 0xCEE1ED) is unknown color: approx Pattens Blue. HEX triplet: CE, E1 and ED. RGB value is (206,225,237). Sum of RGB (Red+Green+Blue) = 206+225+237=668 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.84% from 668); Green value is 225 (88.28% from 255 or 33.68% from 668); Blue value is 237 (92.97% from 255 or 35.48% from 668); Max value from RGB is 237 - color contains mainly: blue. Hex color #CEE1ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE1ED is #311E12. Grayscale: #DCDCDC. Windows color (decimal): -3218963 or 15589838. OLE color: 15589838.

HSL color Cylindrical-coordinate representation of color #CEE1ED: hue angle of 203.23º degrees, saturation: 0.46, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEE1ED is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB206225237-
CMYK0.130.0500.07
HSL203.23º46.27%86.86%-
HSV(B)203.23º13.08%92.94%-
XYZ67.6673.0990.66-
YUV220.69137.21117.52-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.84%
GREEN value IS 225 (88.28% from 255) = 33.68%
BLUE value IS 237 (92.97% from 255) = 35.48%
R=30.84%
G=33.68%
B=35.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2062252370.130.0500.07203.2346.2786.86
HexCEE1EDD507cb2e57
Octal3163413551550731356127
Binary11001110111000011110110111011010111110010111011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE1ED; }

 p { color: rgb(206,225,237); }

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

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

 a { background-color: rgb(206,225,237); }

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

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

 span { border-color: rgb(206,225,237); }

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