#CDECF6

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

Shades of Pattens Blue #CDECF6

Tints of Pattens Blue #CDECF6

Color information

#CDECF6 (or 0xCDECF6) is unknown color: approx Pattens Blue. HEX triplet: CD, EC and F6. RGB value is (205,236,246). Sum of RGB (Red+Green+Blue) = 205+236+246=687 (90% of max value = 765). Red value is 205 (80.47% from 255 or 29.84% from 687); Green value is 236 (92.58% from 255 or 34.35% from 687); Blue value is 246 (96.48% from 255 or 35.81% from 687); Max value from RGB is 246 - color contains mainly: blue. Hex color #CDECF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDECF6 is #321309. Grayscale: #E3E3E3. Windows color (decimal): -3281674 or 16182477. OLE color: 16182477.

HSL color Cylindrical-coordinate representation of color #CDECF6: hue angle of 194.63º degrees, saturation: 0.69, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDECF6 is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB205236246-
CMYK0.170.0400.04
HSL194.63º69.49%88.43%-
HSV(B)194.63º16.67%96.47%-
XYZ71.8179.6298.77-
YUV227.87138.23111.69-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 29.84%
GREEN value IS 236 (92.58% from 255) = 34.35%
BLUE value IS 246 (96.48% from 255) = 35.81%
R=29.84%
G=34.35%
B=35.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2052362460.170.0400.04194.6369.4988.43
HexCDECF611404c34558
Octal31535436621404303105130
Binary1100110111101100111101101000110001001100001110001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDECF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDECF6; }

 p { color: rgb(205,236,246); }

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

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

 a { background-color: rgb(205,236,246); }

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

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

 span { border-color: rgb(205,236,246); }

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