#CFDCE2

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

Shades of Pattens Blue #CFDCE2

Tints of Pattens Blue #CFDCE2

Color information

#CFDCE2 (or 0xCFDCE2) is unknown color: approx Pattens Blue. HEX triplet: CF, DC and E2. RGB value is (207,220,226). Sum of RGB (Red+Green+Blue) = 207+220+226=653 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.70% from 653); Green value is 220 (86.33% from 255 or 33.69% from 653); Blue value is 226 (88.67% from 255 or 34.61% from 653); Max value from RGB is 226 - color contains mainly: blue. Hex color #CFDCE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDCE2 is #30231D. Grayscale: #D8D8D8. Windows color (decimal): -3154718 or 14867663. OLE color: 14867663.

HSL color Cylindrical-coordinate representation of color #CFDCE2: hue angle of 198.95º degrees, saturation: 0.25, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFDCE2 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB207220226-
CMYK0.080.0300.11
HSL198.95º24.68%84.9%-
HSV(B)198.95º8.41%88.63%-
XYZ65.0569.9482.02-
YUV216.8133.19121.01-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.70%
GREEN value IS 220 (86.33% from 255) = 33.69%
BLUE value IS 226 (88.67% from 255) = 34.61%
R=31.70%
G=33.69%
B=34.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2072202260.080.0300.11198.9524.6884.9
HexCFDCE2830Bc71955
Octal31733434210301330731125
Binary1100111111011100111000101000110101111000111110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDCE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDCE2; }

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

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

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

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

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

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

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

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