#CEDCE7

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

Shades of Pattens Blue #CEDCE7

Tints of Pattens Blue #CEDCE7

Color information

#CEDCE7 (or 0xCEDCE7) is unknown color: approx Pattens Blue. HEX triplet: CE, DC and E7. RGB value is (206,220,231). Sum of RGB (Red+Green+Blue) = 206+220+231=657 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.35% from 657); Green value is 220 (86.33% from 255 or 33.49% from 657); Blue value is 231 (90.62% from 255 or 35.16% from 657); Max value from RGB is 231 - color contains mainly: blue. Hex color #CEDCE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDCE7 is #312318. Grayscale: #D9D9D9. Windows color (decimal): -3220249 or 15195342. OLE color: 15195342.

HSL color Cylindrical-coordinate representation of color #CEDCE7: hue angle of 206.4º 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 #CEDCE7 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB206220231-
CMYK0.110.0500.09
HSL206.4º34.25%85.69%-
HSV(B)206.4º10.82%90.59%-
XYZ65.4770.0885.68-
YUV217.07135.86120.11-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.35%
GREEN value IS 220 (86.33% from 255) = 33.49%
BLUE value IS 231 (90.62% from 255) = 35.16%
R=31.35%
G=33.49%
B=35.16%

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
Decimal2062202310.110.0500.09206.434.2585.69
HexCEDCE7B509ce2256
Octal31633434713501131642126
Binary110011101101110011100111101110101001110011101000101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDCE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDCE7; }

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

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

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

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

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

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

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

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