#CFDEE7

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

Shades of Pattens Blue #CFDEE7

Tints of Pattens Blue #CFDEE7

Color information

#CFDEE7 (or 0xCFDEE7) is unknown color: approx Pattens Blue. HEX triplet: CF, DE and E7. RGB value is (207,222,231). Sum of RGB (Red+Green+Blue) = 207+222+231=660 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.36% from 660); Green value is 222 (87.11% from 255 or 33.64% from 660); Blue value is 231 (90.62% from 255 or 35% from 660); Max value from RGB is 231 - color contains mainly: blue. Hex color #CFDEE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDEE7 is #302118. Grayscale: #DADADA. Windows color (decimal): -3154201 or 15195855. OLE color: 15195855.

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

Color convert

RGB207222231-
CMYK0.100.0400.09
HSL202.5º33.33%85.88%-
HSV(B)202.5º10.39%90.59%-
XYZ66.2871.2885.87-
YUV218.54135.03119.77-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.36%
GREEN value IS 222 (87.11% from 255) = 33.64%
BLUE value IS 231 (90.62% from 255) = 35%
R=31.36%
G=33.64%
B=35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2072222310.100.0400.09202.533.3385.88
HexCFDEE7A409ca2156
Octal31733634712401131241126
Binary110011111101111011100111101010001001110010101000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDEE7; }

 p { color: rgb(207,222,231); }

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

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

 a { background-color: rgb(207,222,231); }

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

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

 span { border-color: rgb(207,222,231); }

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