#CDECFC

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

Shades of Pattens Blue #CDECFC

Tints of Pattens Blue #CDECFC

Color information

#CDECFC (or 0xCDECFC) is unknown color: approx Pattens Blue. HEX triplet: CD, EC and FC. RGB value is (205,236,252). Sum of RGB (Red+Green+Blue) = 205+236+252=693 (91% of max value = 765). Red value is 205 (80.47% from 255 or 29.58% from 693); Green value is 236 (92.58% from 255 or 34.05% from 693); Blue value is 252 (98.83% from 255 or 36.36% from 693); Max value from RGB is 252 - color contains mainly: blue. Hex color #CDECFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDECFC is #321303. Grayscale: #E4E4E4. Windows color (decimal): -3281668 or 16575693. OLE color: 16575693.

HSL color Cylindrical-coordinate representation of color #CDECFC: hue angle of 200.43º degrees, saturation: 0.89, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDECFC is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB205236252-
CMYK0.190.0600.01
HSL200.43º88.68%89.61%-
HSV(B)200.43º18.65%98.82%-
XYZ72.7480103.7-
YUV228.55141.23111.2-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 29.58%
GREEN value IS 236 (92.58% from 255) = 34.05%
BLUE value IS 252 (98.83% from 255) = 36.36%
R=29.58%
G=34.05%
B=36.36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2052362520.190.0600.01200.4388.6889.61
HexCDECFC13601c8595a
Octal31535437423601310131132
Binary11001101111011001111110010011110011100100010110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDECFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDECFC; }

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

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

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

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

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

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

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

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