#CDECFA

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

Shades of Pattens Blue #CDECFA

Tints of Pattens Blue #CDECFA

Color information

#CDECFA (or 0xCDECFA) is unknown color: approx Pattens Blue. HEX triplet: CD, EC and FA. RGB value is (205,236,250). Sum of RGB (Red+Green+Blue) = 205+236+250=691 (91% of max value = 765). Red value is 205 (80.47% from 255 or 29.67% from 691); Green value is 236 (92.58% from 255 or 34.15% from 691); Blue value is 250 (98.05% from 255 or 36.18% from 691); Max value from RGB is 250 - color contains mainly: blue. Hex color #CDECFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDECFA is #321305. Grayscale: #E4E4E4. Windows color (decimal): -3281670 or 16444621. OLE color: 16444621.

HSL color Cylindrical-coordinate representation of color #CDECFA: hue angle of 198.67º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDECFA is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB205236250-
CMYK0.180.0600.02
HSL198.67º81.82%89.22%-
HSV(B)198.67º18%98.04%-
XYZ72.4379.87102.04-
YUV228.33140.23111.36-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 29.67%
GREEN value IS 236 (92.58% from 255) = 34.15%
BLUE value IS 250 (98.05% from 255) = 36.18%
R=29.67%
G=34.15%
B=36.18%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052362500.180.0600.02198.6781.8289.22
HexCDECFA12602c75259
Octal31535437222602307122131
Binary110011011110110011111010100101100101100011110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDECFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDECFA; }

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

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

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

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

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

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

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

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