#CEDEEE

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

Shades of Pattens Blue #CEDEEE

Tints of Pattens Blue #CEDEEE

Color information

#CEDEEE (or 0xCEDEEE) is unknown color: approx Pattens Blue. HEX triplet: CE, DE and EE. RGB value is (206,222,238). Sum of RGB (Red+Green+Blue) = 206+222+238=666 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.93% from 666); Green value is 222 (87.11% from 255 or 33.33% from 666); Blue value is 238 (93.36% from 255 or 35.74% from 666); Max value from RGB is 238 - color contains mainly: blue. Hex color #CEDEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDEEE is #312111. Grayscale: #DADADA. Windows color (decimal): -3219730 or 15654606. OLE color: 15654606.

HSL color Cylindrical-coordinate representation of color #CEDEEE: hue angle of 210º degrees, saturation: 0.48, 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 #CEDEEE is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB206222238-
CMYK0.130.0700.07
HSL210º48.48%87.06%-
HSV(B)210º13.45%93.33%-
XYZ67.0171.5491.17-
YUV219.04138.7118.7-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.93%
GREEN value IS 222 (87.11% from 255) = 33.33%
BLUE value IS 238 (93.36% from 255) = 35.74%
R=30.93%
G=33.33%
B=35.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2062222380.130.0700.0721048.4887.06
HexCEDEEED707d23057
Octal3163363561570732260127
Binary11001110110111101110111011011110111110100101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDEEE; }

 p { color: rgb(206,222,238); }

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

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

 a { background-color: rgb(206,222,238); }

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

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

 span { border-color: rgb(206,222,238); }

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