#CDECFB

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

Shades of Pattens Blue #CDECFB

Tints of Pattens Blue #CDECFB

Color information

#CDECFB (or 0xCDECFB) is unknown color: approx Pattens Blue. HEX triplet: CD, EC and FB. RGB value is (205,236,251). Sum of RGB (Red+Green+Blue) = 205+236+251=692 (91% of max value = 765). Red value is 205 (80.47% from 255 or 29.62% from 692); Green value is 236 (92.58% from 255 or 34.10% from 692); Blue value is 251 (98.44% from 255 or 36.27% from 692); Max value from RGB is 251 - color contains mainly: blue. Hex color #CDECFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDECFB is #321304. Grayscale: #E4E4E4. Windows color (decimal): -3281669 or 16510157. OLE color: 16510157.

HSL color Cylindrical-coordinate representation of color #CDECFB: hue angle of 199.57º degrees, saturation: 0.85, 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 #CDECFB is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB205236251-
CMYK0.180.0600.02
HSL199.57º85.19%89.41%-
HSV(B)199.57º18.33%98.43%-
XYZ72.5879.94102.87-
YUV228.44140.73111.28-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 29.62%
GREEN value IS 236 (92.58% from 255) = 34.10%
BLUE value IS 251 (98.44% from 255) = 36.27%
R=29.62%
G=34.10%
B=36.27%

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
Decimal2052362510.180.0600.02199.5785.1989.41
HexCDECFB12602c85559
Octal31535437322602310125131
Binary110011011110110011111011100101100101100100010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDECFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDECFB; }

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

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

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

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

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

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

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

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