#CEDCE6

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

Shades of Pattens Blue #CEDCE6

Tints of Pattens Blue #CEDCE6

Color information

#CEDCE6 (or 0xCEDCE6) is unknown color: approx Pattens Blue. HEX triplet: CE, DC and E6. RGB value is (206,220,230). Sum of RGB (Red+Green+Blue) = 206+220+230=656 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.40% from 656); Green value is 220 (86.33% from 255 or 33.54% from 656); Blue value is 230 (90.23% from 255 or 35.06% from 656); Max value from RGB is 230 - color contains mainly: blue. Hex color #CEDCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDCE6 is #312319. Grayscale: #D8D8D8. Windows color (decimal): -3220250 or 15129806. OLE color: 15129806.

HSL color Cylindrical-coordinate representation of color #CEDCE6: hue angle of 205º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEDCE6 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB206220230-
CMYK0.100.0400.10
HSL205º32.43%85.49%-
HSV(B)205º10.43%90.2%-
XYZ65.3370.0284.94-
YUV216.95135.36120.19-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.40%
GREEN value IS 220 (86.33% from 255) = 33.54%
BLUE value IS 230 (90.23% from 255) = 35.06%
R=31.40%
G=33.54%
B=35.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2062202300.100.0400.1020532.4385.49
HexCEDCE6A40Acd2055
Octal31633434612401231540125
Binary110011101101110011100110101010001010110011011000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDCE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDCE6; }

 p { color: rgb(206,220,230); }

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

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

 a { background-color: rgb(206,220,230); }

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

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

 span { border-color: rgb(206,220,230); }

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