#CFDCE1

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

Shades of Pattens Blue #CFDCE1

Tints of Pattens Blue #CFDCE1

Color information

#CFDCE1 (or 0xCFDCE1) is unknown color: approx Pattens Blue. HEX triplet: CF, DC and E1. RGB value is (207,220,225). Sum of RGB (Red+Green+Blue) = 207+220+225=652 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.75% from 652); Green value is 220 (86.33% from 255 or 33.74% from 652); Blue value is 225 (88.28% from 255 or 34.51% from 652); Max value from RGB is 225 - color contains mainly: blue. Hex color #CFDCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDCE1 is #30231E. Grayscale: #D8D8D8. Windows color (decimal): -3154719 or 14802127. OLE color: 14802127.

HSL color Cylindrical-coordinate representation of color #CFDCE1: hue angle of 196.67º degrees, saturation: 0.23, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFDCE1 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB207220225-
CMYK0.080.0200.12
HSL196.67º23.08%84.71%-
HSV(B)196.67º8%88.24%-
XYZ64.9269.8981.3-
YUV216.68132.69121.09-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.75%
GREEN value IS 220 (86.33% from 255) = 33.74%
BLUE value IS 225 (88.28% from 255) = 34.51%
R=31.75%
G=33.74%
B=34.51%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2072202250.080.0200.12196.6723.0884.71
HexCFDCE1820Cc51755
Octal31733434110201430527125
Binary1100111111011100111000011000100110011000101101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDCE1; }

 p { color: rgb(207,220,225); }

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

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

 a { background-color: rgb(207,220,225); }

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

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

 span { border-color: rgb(207,220,225); }

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