#CFDEE3

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

Shades of Pattens Blue #CFDEE3

Tints of Pattens Blue #CFDEE3

Color information

#CFDEE3 (or 0xCFDEE3) is unknown color: approx Pattens Blue. HEX triplet: CF, DE and E3. RGB value is (207,222,227). Sum of RGB (Red+Green+Blue) = 207+222+227=656 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.55% from 656); Green value is 222 (87.11% from 255 or 33.84% from 656); Blue value is 227 (89.06% from 255 or 34.60% from 656); Max value from RGB is 227 - color contains mainly: blue. Hex color #CFDEE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDEE3 is #30211C. Grayscale: #DADADA. Windows color (decimal): -3154205 or 14933711. OLE color: 14933711.

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

Color convert

RGB207222227-
CMYK0.090.0200.11
HSL195º26.32%85.1%-
HSV(B)195º8.81%89.02%-
XYZ65.7271.0582.92-
YUV218.08133.03120.09-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.55%
GREEN value IS 222 (87.11% from 255) = 33.84%
BLUE value IS 227 (89.06% from 255) = 34.60%
R=31.55%
G=33.84%
B=34.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2072222270.090.0200.1119526.3285.1
HexCFDEE3920Bc31a55
Octal31733634311201330332125
Binary1100111111011110111000111001100101111000011110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDEE3; }

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

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

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

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

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

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

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

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