#CEDBE7

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

Shades of Pattens Blue #CEDBE7

Tints of Pattens Blue #CEDBE7

Color information

#CEDBE7 (or 0xCEDBE7) is unknown color: approx Pattens Blue. HEX triplet: CE, DB and E7. RGB value is (206,219,231). Sum of RGB (Red+Green+Blue) = 206+219+231=656 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.40% from 656); Green value is 219 (85.94% from 255 or 33.38% from 656); Blue value is 231 (90.62% from 255 or 35.21% from 656); Max value from RGB is 231 - color contains mainly: blue. Hex color #CEDBE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDBE7 is #312418. Grayscale: #D8D8D8. Windows color (decimal): -3220505 or 15195086. OLE color: 15195086.

HSL color Cylindrical-coordinate representation of color #CEDBE7: hue angle of 208.8º degrees, saturation: 0.34, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CEDBE7 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB206219231-
CMYK0.110.0500.09
HSL208.8º34.25%85.69%-
HSV(B)208.8º10.82%90.59%-
XYZ65.2169.5585.59-
YUV216.48136.19120.52-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.40%
GREEN value IS 219 (85.94% from 255) = 33.38%
BLUE value IS 231 (90.62% from 255) = 35.21%
R=31.40%
G=33.38%
B=35.21%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2062192310.110.0500.09208.834.2585.69
HexCEDBE7B509d12256
Octal31633334713501132142126
Binary110011101101101111100111101110101001110100011000101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDBE7; }

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

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

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

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

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

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

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

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