#CFDFE9

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

Shades of Pattens Blue #CFDFE9

Tints of Pattens Blue #CFDFE9

Color information

#CFDFE9 (or 0xCFDFE9) is unknown color: approx Pattens Blue. HEX triplet: CF, DF and E9. RGB value is (207,223,233). Sum of RGB (Red+Green+Blue) = 207+223+233=663 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.22% from 663); Green value is 223 (87.5% from 255 or 33.63% from 663); Blue value is 233 (91.41% from 255 or 35.14% from 663); Max value from RGB is 233 - color contains mainly: blue. Hex color #CFDFE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDFE9 is #302016. Grayscale: #DBDBDB. Windows color (decimal): -3153943 or 15327183. OLE color: 15327183.

HSL color Cylindrical-coordinate representation of color #CFDFE9: hue angle of 203.08º degrees, saturation: 0.37, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFDFE9 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB207223233-
CMYK0.110.0400.09
HSL203.08º37.14%86.27%-
HSV(B)203.08º11.16%91.37%-
XYZ66.8371.9287.45-
YUV219.36135.7119.19-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.22%
GREEN value IS 223 (87.5% from 255) = 33.63%
BLUE value IS 233 (91.41% from 255) = 35.14%
R=31.22%
G=33.63%
B=35.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2072232330.110.0400.09203.0837.1486.27
HexCFDFE9B409cb2556
Octal31733735113401131345126
Binary110011111101111111101001101110001001110010111001011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDFE9; }

 p { color: rgb(207,223,233); }

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

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

 a { background-color: rgb(207,223,233); }

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

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

 span { border-color: rgb(207,223,233); }

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