#CEDCE2

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

Shades of Pattens Blue #CEDCE2

Tints of Pattens Blue #CEDCE2

Color information

#CEDCE2 (or 0xCEDCE2) is unknown color: approx Pattens Blue. HEX triplet: CE, DC and E2. RGB value is (206,220,226). Sum of RGB (Red+Green+Blue) = 206+220+226=652 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.60% from 652); Green value is 220 (86.33% from 255 or 33.74% from 652); Blue value is 226 (88.67% from 255 or 34.66% from 652); Max value from RGB is 226 - color contains mainly: blue. Hex color #CEDCE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDCE2 is #31231D. Grayscale: #D8D8D8. Windows color (decimal): -3220254 or 14867662. OLE color: 14867662.

HSL color Cylindrical-coordinate representation of color #CEDCE2: hue angle of 198º degrees, saturation: 0.26, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CEDCE2 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB206220226-
CMYK0.090.0300.11
HSL198º25.64%84.71%-
HSV(B)198º8.85%88.63%-
XYZ64.7769.882.01-
YUV216.5133.36120.51-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.60%
GREEN value IS 220 (86.33% from 255) = 33.74%
BLUE value IS 226 (88.67% from 255) = 34.66%
R=31.60%
G=33.74%
B=34.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2062202260.090.0300.1119825.6484.71
HexCEDCE2930Bc61a55
Octal31633434211301330632125
Binary1100111011011100111000101001110101111000110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDCE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDCE2; }

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

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

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

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

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

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

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

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