#CEDBE1

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

Shades of Pattens Blue #CEDBE1

Tints of Pattens Blue #CEDBE1

Color information

#CEDBE1 (or 0xCEDBE1) is unknown color: approx Pattens Blue. HEX triplet: CE, DB and E1. RGB value is (206,219,225). Sum of RGB (Red+Green+Blue) = 206+219+225=650 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.69% from 650); Green value is 219 (85.94% from 255 or 33.69% from 650); Blue value is 225 (88.28% from 255 or 34.62% from 650); Max value from RGB is 225 - color contains mainly: blue. Hex color #CEDBE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDBE1 is #31241E. Grayscale: #D7D7D7. Windows color (decimal): -3220511 or 14801870. OLE color: 14801870.

HSL color Cylindrical-coordinate representation of color #CEDBE1: hue angle of 198.95º degrees, saturation: 0.24, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CEDBE1 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB206219225-
CMYK0.080.0300.12
HSL198.95º24.05%84.51%-
HSV(B)198.95º8.44%88.24%-
XYZ64.3869.2281.2-
YUV215.8133.19121.01-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.69%
GREEN value IS 219 (85.94% from 255) = 33.69%
BLUE value IS 225 (88.28% from 255) = 34.62%
R=31.69%
G=33.69%
B=34.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2062192250.080.0300.12198.9524.0584.51
HexCEDBE1830Cc71855
Octal31633334110301430730125
Binary1100111011011011111000011000110110011000111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDBE1; }

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

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

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

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

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

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

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

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