#CDECF7

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

Shades of Pattens Blue #CDECF7

Tints of Pattens Blue #CDECF7

Color information

#CDECF7 (or 0xCDECF7) is unknown color: approx Pattens Blue. HEX triplet: CD, EC and F7. RGB value is (205,236,247). Sum of RGB (Red+Green+Blue) = 205+236+247=688 (91% of max value = 765). Red value is 205 (80.47% from 255 or 29.80% from 688); Green value is 236 (92.58% from 255 or 34.30% from 688); Blue value is 247 (96.88% from 255 or 35.90% from 688); Max value from RGB is 247 - color contains mainly: blue. Hex color #CDECF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDECF7 is #321308. Grayscale: #E3E3E3. Windows color (decimal): -3281673 or 16248013. OLE color: 16248013.

HSL color Cylindrical-coordinate representation of color #CDECF7: hue angle of 195.71º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDECF7 is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB205236247-
CMYK0.170.0400.03
HSL195.71º72.41%88.63%-
HSV(B)195.71º17%96.86%-
XYZ71.9679.6999.58-
YUV227.98138.73111.61-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 29.80%
GREEN value IS 236 (92.58% from 255) = 34.30%
BLUE value IS 247 (96.88% from 255) = 35.90%
R=29.80%
G=34.30%
B=35.90%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2052362470.170.0400.03195.7172.4188.63
HexCDECF711403c44859
Octal31535436721403304110131
Binary110011011110110011110111100011000111100010010010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDECF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDECF7; }

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

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

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

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

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

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

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

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