#CEDEEB

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

Shades of Pattens Blue #CEDEEB

Tints of Pattens Blue #CEDEEB

Color information

#CEDEEB (or 0xCEDEEB) is unknown color: approx Pattens Blue. HEX triplet: CE, DE and EB. RGB value is (206,222,235). Sum of RGB (Red+Green+Blue) = 206+222+235=663 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.07% from 663); Green value is 222 (87.11% from 255 or 33.48% from 663); Blue value is 235 (92.19% from 255 or 35.44% from 663); Max value from RGB is 235 - color contains mainly: blue. Hex color #CEDEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDEEB is #312114. Grayscale: #DADADA. Windows color (decimal): -3219733 or 15457998. OLE color: 15457998.

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

Color convert

RGB206222235-
CMYK0.120.0600.08
HSL206.9º42.03%86.47%-
HSV(B)206.9º12.34%92.16%-
XYZ66.5771.3688.86-
YUV218.7137.2118.94-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.07%
GREEN value IS 222 (87.11% from 255) = 33.48%
BLUE value IS 235 (92.19% from 255) = 35.44%
R=31.07%
G=33.48%
B=35.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2062222350.120.0600.08206.942.0386.47
HexCEDEEBC608cf2a56
Octal31633635314601031752126
Binary110011101101111011101011110011001000110011111010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDEEB; }

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

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

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

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

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

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

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

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